DelayedSynchronizedOperation Properties

Properties

CancellationToken Gets or sets CancellationToken to use for cancelling actions.
(Inherited from SynchronizedOperationBase)
Delay Gets or sets the amount of time to wait before execution, in milliseconds, for any asynchronous calls. Zero value will execute immediately.
IsPending Gets flag indicating if the synchronized operation has an additional operation that is pending execution after the currently running action has completed.
(Inherited from SynchronizedOperationBase)
IsRunning Gets flag indicating if the synchronized operation is currently executing its action.
(Inherited from SynchronizedOperationBase)

See Also