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#
IAsyncResult BeginLoadPart(
	AsyncCallback callback,
	Object state
)
Visual Basic
Function BeginLoadPart ( _
	callback As AsyncCallback, _
	state As Object _
) As IAsyncResult
Visual C++
IAsyncResult^ BeginLoadPart(
	AsyncCallback^ callback, 
	Object^ state
)

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.

See Also