Ends an asynchronous load part operation. Null is returned if the specified part could not be found.
Namespace: FirstFloor.Documents.IOAssembly: 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.