SqlFileStream.EndWrite(IAsyncResult) Method

Definition

Ends an asynchronous write operation.

public:
 override void EndWrite(IAsyncResult ^ asyncResult);
public override void EndWrite (IAsyncResult asyncResult);
override this.EndWrite : IAsyncResult -> unit
Public Overrides Sub EndWrite (asyncResult As IAsyncResult)

Parameters

asyncResult
IAsyncResult

A reference to the outstanding asynchronous I/O request.

Exceptions

The IAsyncResult object did not come from the corresponding BeginWrite method.

Applies to

See also