ISynchronizedOperation Properties

Properties

CancellationToken Gets or sets CancellationToken to use for canceling actions.
IsPending Gets flag indicating if the synchronized operation has an additional operation that is pending execution after the currently running action has completed.
IsRunning Gets flag indicating if the synchronized operation is currently executing its action.

See Also