Click or drag to resize

DelegatingStreamEndWrite Method

Namespace:  MongoDB.Driver.GridFS
Assembly:  MongoDB.Driver.GridFS (in MongoDB.Driver.GridFS.dll) Version: 2.12.2+a4a3888f4fb51bb518b1eb5002effc2d47f2ea6a
Syntax
public override void EndWrite(
	IAsyncResult asyncResult
)

Parameters

asyncResult
Type: SystemIAsyncResult
A reference to the outstanding asynchronous I/O request.
Exceptions
ExceptionCondition
ArgumentNullExceptionasyncResult is .
ArgumentExceptionA handle to the pending write operation is not available. -or- The pending operation does not support writing.
InvalidOperationExceptionasyncResult did not originate from a BeginWrite(Byte, Int32, Int32, AsyncCallback, Object) method on the current stream.
IOExceptionThe stream is closed or an internal error has occurred.
See Also