This topic has not yet been rated - Rate this topic

MessagingFactory.BeginCreateMessageSender Method

Begins a create message sender.

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
public IAsyncResult BeginCreateMessageSender(
	string entityPath,
	AsyncCallback callback,
	Object state
)

Parameters

entityPath
Type: System.String
The path of the entity.
callback
Type: System.AsyncCallback
The callback.
state
Type: System.Object
The state.

Return Value

Type: System.IAsyncResult
An IAsyncResult object that references the asynchronous create message sender.
Did you find this helpful?
(1500 characters remaining)