The SyncHandler type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
{dtor} |
Enables using delete operator in C++ applications. It is strongly not recommended to use it directly. |
|
|
Abort |
Aborts current operation. |
|
|
Continue |
Resumes execution of the operation previously paused with Pause() method. |
|
|
Dispose |
Releases all resources used by this SyncHandler. |
|
|
Equals | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
Lock |
Locks the object. |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
Pause |
Pauses execution of the current operation. |
|
|
ToString | (Inherited from Object.) |
|
|
Unlock |
Unlocks the object previously locked with method Lock(). |
|
|
WaitForCompletion |
Suspends the calling thread until the operation currently run is completed. |