MessagingFactory.OnBeginCreateMessageSender Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
OnBeginCreateMessageSender(String, String, TimeSpan, AsyncCallback, Object) |
Executes the begin create message sender action. |
OnBeginCreateMessageSender(String, TimeSpan, AsyncCallback, Object) |
Executes the begin create message sender action. |
OnBeginCreateMessageSender(String, String, TimeSpan, AsyncCallback, Object)
Executes the begin create message sender action.
protected abstract IAsyncResult OnBeginCreateMessageSender (string transferDestinationEntityName, string viaEntityName, TimeSpan timeout, AsyncCallback callback, object state);
abstract member OnBeginCreateMessageSender : string * string * TimeSpan * AsyncCallback * obj -> IAsyncResult
Protected MustOverride Function OnBeginCreateMessageSender (transferDestinationEntityName As String, viaEntityName As String, timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult
Parameters
- transferDestinationEntityName
- String
The name of the transfer destination entity.
- viaEntityName
- String
The via-entity name.
- timeout
- TimeSpan
The timeout.
- callback
- AsyncCallback
The callback message.
- state
- Object
The state.
Returns
An IAsyncResult object that references the asynchronous create message sender action.
Applies to
OnBeginCreateMessageSender(String, TimeSpan, AsyncCallback, Object)
Executes the begin create message sender action.
protected virtual IAsyncResult OnBeginCreateMessageSender (string entityName, TimeSpan timeout, AsyncCallback callback, object state);
abstract member OnBeginCreateMessageSender : string * TimeSpan * AsyncCallback * obj -> IAsyncResult
override this.OnBeginCreateMessageSender : string * TimeSpan * AsyncCallback * obj -> IAsyncResult
Protected Overridable Function OnBeginCreateMessageSender (entityName As String, timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult
Parameters
- entityName
- String
The name of the entity.
- timeout
- TimeSpan
The timeout.
- callback
- AsyncCallback
The callback.
- state
- Object
The state.
Returns
An IAsyncResult object that references the asynchronous create message sender action.
Applies to
Azure SDK for .NET