MessageSender.SendAsync(BrokeredMessage) Method

Definition

Asynchronously sends the specified brokered message.

public System.Threading.Tasks.Task SendAsync (Microsoft.ServiceBus.Messaging.BrokeredMessage message);
abstract member SendAsync : Microsoft.ServiceBus.Messaging.BrokeredMessage -> System.Threading.Tasks.Task
override this.SendAsync : Microsoft.ServiceBus.Messaging.BrokeredMessage -> System.Threading.Tasks.Task
Public Function SendAsync (message As BrokeredMessage) As Task

Parameters

message
BrokeredMessage

The brokered message to send.

Returns

The asynchronous result of the operation.

Applies to