Share via


QueueClient.SendAsync(BrokeredMessage) Method

Definition

Asynchronously sends a message using the Microsoft.ServiceBus.Messaging.QueueClient.InternalSender.

public System.Threading.Tasks.Task SendAsync(Microsoft.ServiceBus.Messaging.BrokeredMessage message);

Parameters

message
BrokeredMessage

The message to send.

Returns

The asynchronous operation.

Applies to

Product Versions
Azure SDK for .NET Legacy