The ISyncHandler type exposes the following members.
Name | Description | |
---|---|---|
Abort |
Aborts current operation. |
|
Continue |
Resumes execution of the operation previously paused with Pause() method. |
|
Dispose | (Inherited from IDisposable.) | |
Lock |
Locks the object. (Inherited from ILockable.) |
|
Pause |
Pauses execution of the current operation. |
|
Unlock |
Unlocks the object previously locked with method Lock(). (Inherited from ILockable.) |
|
WaitForCompletion |
Suspends the calling thread until the operation currently run is completed. |
Name | Description | |
---|---|---|
Completed |
Returns value indicating if the operation is currently running. |
|
ExceptionThrowEnabled |
Gets/sets value that specifies if to throw exception in synchronous mode. |
|
Locked |
Indicates if the object has been locked. (Inherited from ILockable.) |
|
Priority |
Gets/sets a priority for the auxilary thread. |
|
SynchronizationMode |
Gets/sets synchronization mode for the object. |
|
Timeout |
Gets/sets value specifying maximum time for which object can be locked. (Inherited from ILockable.) |
Name | Description | |
---|---|---|
Aborted |
Fires when operation has been aborted. (Inherited from ISyncEvents.) |
|
Continued |
Fires when operation has been resumed after being paused. (Inherited from ISyncEvents.) |
|
Paused |
Fires when operation has been paused. (Inherited from ISyncEvents.) |
|
Progress |
Fires on the operation progress notifications. (Inherited from ISyncEvents.) |
|
Started |
Fires after operation has been started. (Inherited from ISyncEvents.) |
|
Starting |
Fires before operation is started. (Inherited from ISyncEvents.) |
|
Stopped |
Fires after operation has been stopped. (Inherited from ISyncEvents.) |
|
Stopping |
Fires before operation is stopped. (Inherited from ISyncEvents.) |