Message.EndWriteMessage(IAsyncResult) Method

Definition

Ends the asynchronous writing of the entire message.

public:
 void EndWriteMessage(IAsyncResult ^ result);
public void EndWriteMessage (IAsyncResult result);
member this.EndWriteMessage : IAsyncResult -> unit
Public Sub EndWriteMessage (result As IAsyncResult)

Parameters

result
IAsyncResult

The IAsyncResult object that represents the result of the asynchronous operation.

Applies to