MessageSender.OnEndSend(IAsyncResult) Method

Definition

Executes the end send action. This method is intended for internal consumption and cannot be implemented in a concrete class by the user.

protected abstract void OnEndSend (IAsyncResult result);
abstract member OnEndSend : IAsyncResult -> unit
Protected MustOverride Sub OnEndSend (result As IAsyncResult)

Parameters

result
IAsyncResult

Applies to