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

ISyncHandler Interface

This interface is implemented by all the codecs, transforms, as well as any other operations which can be run asynchronously.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Interface ISyncHandler _
	Implements ISyncEvents, ILockable, IDisposable
C#
public interface ISyncHandler : ISyncEvents, ILockable, IDisposable

Remarks

Partial implementation of this interface is presented by SyncHandler class.

See Also

Reference