Ends an asynchronous load part operation. Null is returned if the specified part could not be found.

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

Syntax

C#
public Stream EndLoadPart(
	IAsyncResult result
)
Visual Basic
Public Function EndLoadPart ( _
	result As IAsyncResult _
) As Stream
Visual C++
public:
virtual Stream^ EndLoadPart(
	IAsyncResult^ result
) sealed

Parameters

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

Return Value

The part content stream.

Implements

IPackagePartRequest..::..EndLoadPart(IAsyncResult)

See Also