Message.EndWriteBodyContents(IAsyncResult) Method

Definition

Ends the asynchronous writing of the contents of the message body.

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

Parameters

result
IAsyncResult

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

Applies to