MessageSender.OnEndCancelScheduledMessage(IAsyncResult) Method

Definition

Raises an event when ending the cancellation of the scheduled message.

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

Parameters

result
IAsyncResult

The result of the operation.

Applies to