Метод | Описание | |
---|---|---|
Run ( ) : void |
Runs the call in the current thread, and marshals the exception back if one occurs.
|
|
SynchronizedCall ( SendOrPostCallback callback, object state ) : System |
Initializes a new instance of the SynchronizedCall class.
|
|
Wait ( ) : void |
Waits for SynchronizedCall.Run to complete.
|
public SynchronizedCall ( SendOrPostCallback callback, object state ) : System | ||
callback | SendOrPostCallback | The call to marshal. |
state | object | The state to provide to the call. |
Результат | System |