MessageSender.OnEndScheduleMessage(IAsyncResult) Method

Definition

Raises an event when ending the message schedule.

protected abstract System.Collections.Generic.IEnumerable<long> OnEndScheduleMessage (IAsyncResult result);
abstract member OnEndScheduleMessage : IAsyncResult -> seq<int64>
Protected MustOverride Function OnEndScheduleMessage (result As IAsyncResult) As IEnumerable(Of Long)

Parameters

result
IAsyncResult

The result of the operation.

Returns

The result of the operation.

Applies to