Share via


MessagingFactorySettings.OnEndCreateFactory(IAsyncResult) Methode

Definition

Beendet eine asynchrone Anforderung zum Erstellen einer Factory.

protected virtual Microsoft.ServiceBus.Messaging.MessagingFactory OnEndCreateFactory (IAsyncResult result);
abstract member OnEndCreateFactory : IAsyncResult -> Microsoft.ServiceBus.Messaging.MessagingFactory
override this.OnEndCreateFactory : IAsyncResult -> Microsoft.ServiceBus.Messaging.MessagingFactory
Protected Overridable Function OnEndCreateFactory (result As IAsyncResult) As MessagingFactory

Parameter

result
IAsyncResult

Ein IAsyncResult , der auf die asynchrone Anforderung zum Erstellen einer Factory verweist.

Gibt zurück

Die neu erstellte Messaging Factory.

Gilt für: