Click or drag to resize

MixedSynchronizedOperation Properties

The MixedSynchronizedOperation type exposes the following members.

Properties
  Name Description
Public property AsynchronousExecutionMode Gets or sets the mode of execution used to execute the action asynchronously.
Public property CurrentExecutionMode Gets the execution mode of the currently executing action.
Public property IsPending Gets a value to indiate whether the synchronized operation has an additional operation that is pending execution after the currently running action has completed.
(Inherited from SynchronizedOperationBase)
Public property IsRunning Gets a value to indicate whether the synchronized operation is currently executing its action.
(Inherited from SynchronizedOperationBase)
Top
See Also