Method | Description | |
---|---|---|
RequestCallback ( System.Action callback ) : CallbackRequest |
Requests that the following action be completed as soon as reasonably possible. This will either be done immediately, or be queued for the next approriate time.
|
|
WorkerThreadSynchronization ( ) : System |
Creates a WorkerThreadSynchronization.
|
Method | Description | |
---|---|---|
BeginSafeToCallbackRegion ( ) : void | ||
EndSafeToCallbackRegion ( ) : void | ||
ExecuteAllCallbacks ( ) : void | ||
PulseSafeToCallback ( ) : void |
public RequestCallback ( System.Action callback ) : CallbackRequest | ||
callback | System.Action | action to perform |
return | CallbackRequest |
public WorkerThreadSynchronization ( ) : System | ||
return | System |