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

ISyncHandler Members

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.

Properties

Name Description
Public property Completed

Returns value indicating if the operation is currently running.

Public property ExceptionThrowEnabled

Gets/sets value that specifies if to throw exception in synchronous mode.

Public property Locked

Indicates if the object has been locked.

(Inherited from ILockable.)
Public property Priority

Gets/sets a priority for the auxilary thread.

Public property SynchronizationMode

Gets/sets synchronization mode for the object.

Public property Timeout

Gets/sets value specifying maximum time for which object can be locked.

(Inherited from ILockable.)

Events

Name Description
Public event Aborted

Fires when operation has been aborted.

(Inherited from ISyncEvents.)
Public event Continued

Fires when operation has been resumed after being paused.

(Inherited from ISyncEvents.)
Public event Paused

Fires when operation has been paused.

(Inherited from ISyncEvents.)
Public event Progress

Fires on the operation progress notifications.

(Inherited from ISyncEvents.)
Public event Started

Fires after operation has been started.

(Inherited from ISyncEvents.)
Public event Starting

Fires before operation is started.

(Inherited from ISyncEvents.)
Public event Stopped

Fires after operation has been stopped.

(Inherited from ISyncEvents.)
Public event Stopping

Fires before operation is stopped.

(Inherited from ISyncEvents.)

See Also

Reference