The UnitConverterHandler 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. (Inherited from SyncHandler.) |
![]() |
Continue |
Resumes execution of the operation previously paused with Pause() method. (Inherited from SyncHandler.) |
![]() |
Dispose |
Releases all resources used by this SyncHandler. (Inherited from SyncHandler.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
Lock |
Locks the object. (Inherited from SyncHandler.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Pause |
Pauses execution of the current operation. (Inherited from SyncHandler.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
Unlock |
Unlocks the object previously locked with method Lock(). (Inherited from SyncHandler.) |
![]() |
WaitForCompletion |
Suspends the calling thread until the operation currently run is completed. (Inherited from SyncHandler.) |