BodyWriter.OnEndWriteBodyContents(IAsyncResult) Method

Definition

Raises an event when the body writer ends writing body contents.

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 result of the operation.

Applies to