WorkerThreadSynchronizationRequestCallback Method

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.

Definition

Namespace: SnapDB.Threading
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public WorkerThreadSynchronizationCallbackRequest RequestCallback(
	Action callback
)

Parameters

callback  Action
action to perform

Return Value

WorkerThreadSynchronizationCallbackRequest
A cancelation object. Use in a using block.

See Also