Ends an asynchronous load part operation. Return null if the requested part does not exist.

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

Syntax

C#
Stream EndLoadPart(
	IAsyncResult result
)
Visual Basic
Function EndLoadPart ( _
	result As IAsyncResult _
) As Stream
Visual C++
Stream^ EndLoadPart(
	IAsyncResult^ result
)

Parameters

result
Type: System..::..IAsyncResult
The result.

Return Value

The part content stream.

See Also