Click or drag to resize

ISynchronizedOperation Methods

The ISynchronizedOperation type exposes the following members.

Methods
  Name Description
Public method Run Executes the action on this thread or marks the operation as pending if the operation is already running.
Public method RunOnce Executes the action on this thread or marks the operation as pending if the operation is already running.
Public method RunOnceAsync Executes the action on another thread or marks the operation as pending if the operation is already running.
Public method TryRun Attempts to execute the action on this thread. Does nothing if the operation is already running.
Public method TryRunOnce Attempts to execute the action on this thread. Does nothing if the operation is already running.
Public method TryRunOnceAsync Attempts to execute the action on another thread. Does nothing if the operation is already running.
Top
See Also