MessagingFactory.OnBeginCreateMessageSender Method
Executes the begin create message sender action.
Namespace: Microsoft.ServiceBus.Messaging
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
protected abstract IAsyncResult OnBeginCreateMessageSender( string entityName, TimeSpan timeout, AsyncCallback callback, Object state )
Parameters
- entityName
- Type: System.String
The name of the entity.
- timeout
- Type: System.TimeSpan
The timeout.
- 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 action.