Gets the operation available on the current thread.

Namespace: FirstFloor.Documents.ComponentModel
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
protected AsyncOperation CurrentOperation { get; }
Visual Basic
Protected ReadOnly Property CurrentOperation As AsyncOperation
	Get
Visual C++
protected:
property AsyncOperation^ CurrentOperation {
	AsyncOperation^ get ();
}

Field Value

The current operation.

See Also