Begins an asynchronous load of specified part.

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

Syntax

C#
public IAsyncResult BeginLoadPart(
	AsyncCallback callback,
	Object state
)
Visual Basic
Public Function BeginLoadPart ( _
	callback As AsyncCallback, _
	state As Object _
) As IAsyncResult
Visual C++
public:
virtual IAsyncResult^ BeginLoadPart(
	AsyncCallback^ callback, 
	Object^ state
) sealed

Parameters

callback
Type: System..::..AsyncCallback
The callback.
state
Type: System..::..Object
The state.

Return Value

An IAsyncResult that references the asynchronous request for a response.

Implements

IPackagePartRequest..::..BeginLoadPart(AsyncCallback, Object)

See Also