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. |