| BsonStreamAdapterEndWrite Method  | 
  
    Namespace: 
   MongoDB.Bson.IO
    Assembly:
   MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.7.3+Branch.v2.7.x.Sha.2f1f2be13a23b8520cb9c2ee8439c022f9a03efe
 Syntax
Syntaxpublic override void EndWrite(
	IAsyncResult asyncResult
)
Public Overrides Sub EndWrite ( 
	asyncResult As IAsyncResult
)
abstract EndWrite : 
        asyncResult : IAsyncResult -> unit 
override EndWrite : 
        asyncResult : IAsyncResult -> unit Parameters
- asyncResult
- Type: SystemIAsyncResult
 A reference to the outstanding asynchronous I/O request.
 Exceptions
Exceptions See Also
See Also