This topic has not yet been rated - Rate this topic

MessagingFactory.EndCreate Method

Ends an asynchronous request to create a MessagingFactory object.

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
public static MessagingFactory EndCreate(
	IAsyncResult result
)

Parameters

result
Type: System.IAsyncResult
An IAsyncResult that references the creation of a MessagingFactory object.

Return Value

Type: Microsoft.ServiceBus.Messaging.MessagingFactory
The newly created MessagingFactory object.
Did you find this helpful?
(1500 characters remaining)