Message.OnEndWriteBodyContents(IAsyncResult) Method

Definition

Raises an event when writing of the contents of the message body ends.

protected:
 virtual void OnEndWriteBodyContents(IAsyncResult ^ result);
protected virtual void OnEndWriteBodyContents (IAsyncResult result);
abstract member OnEndWriteBodyContents : IAsyncResult -> unit
override this.OnEndWriteBodyContents : IAsyncResult -> unit
Protected Overridable Sub OnEndWriteBodyContents (result As IAsyncResult)

Parameters

result
IAsyncResult

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

Applies to