This documentation is for the old version. Go to the latest Graphics Mill docs

ISyncHandler Methods

The ISyncHandler type exposes the following members.

Methods

Name Description
Public method Abort

Aborts current operation.

Public method Continue

Resumes execution of the operation previously paused with Pause() method.

Public method Dispose (Inherited from IDisposable.)
Public method Lock

Locks the object.

(Inherited from ILockable.)
Public method Pause

Pauses execution of the current operation.

Public method Unlock

Unlocks the object previously locked with method Lock().

(Inherited from ILockable.)
Public method WaitForCompletion

Suspends the calling thread until the operation currently run is completed.

See Also

Reference