20 [HostProtection(
SecurityAction.LinkDemand, Synchronization =
true, ExternalThreading =
true)]
Provides a way to synchronously or asynchronously execute a delegate.
object EndInvoke(IAsyncResult result)
Waits until the process started by calling M:System.ComponentModel.ISynchronizeInvoke....
bool InvokeRequired
Gets a value indicating whether the caller must call M:System.ComponentModel.ISynchronizeInvoke....
SecurityAction
Specifies the security actions that can be performed using declarative security.
Represents the status of an asynchronous operation.
Represents a delegate, which is a data structure that refers to a static method or to a class instanc...
IAsyncResult BeginInvoke(Delegate method, object[] args)
Asynchronously executes the delegate on the thread that created this object.
object Invoke(Delegate method, object[] args)
Synchronously executes the delegate on the thread that created this object and marshals the call to t...