MessagingFactory.OnEndCreateMessageReceiver(IAsyncResult) Method

Definition

Executes the end create message receiver action.

protected abstract Microsoft.ServiceBus.Messaging.MessageReceiver OnEndCreateMessageReceiver (IAsyncResult result);
abstract member OnEndCreateMessageReceiver : IAsyncResult -> Microsoft.ServiceBus.Messaging.MessageReceiver
Protected MustOverride Function OnEndCreateMessageReceiver (result As IAsyncResult) As MessageReceiver

Parameters

result
IAsyncResult

The result.

Returns

The executed MessageReceiver action.

Applies to