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.IAsyncResultAn IAsyncResult object that references the asynchronous create message sender.