Method | Description | |
---|---|---|
BeginInvoke ( Delegate method, object args ) : IAsyncResult | ||
Dispose ( ) : void | ||
EndInvoke ( IAsyncResult result ) : object | ||
Invoke ( Delegate method, object args ) : object | ||
Synchronizer ( ) : System |
public BeginInvoke ( Delegate method, object args ) : IAsyncResult | ||
method | Delegate | |
args | object | |
return | IAsyncResult |
public EndInvoke ( IAsyncResult result ) : object | ||
result | IAsyncResult | |
return | object |
public Invoke ( Delegate method, object args ) : object | ||
method | Delegate | |
args | object | |
return | object |