This topic has not yet been rated - Rate this topic

BrokeredMessage.ReplyTo Property

Gets or sets the address of the queue to reply to.

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
public string ReplyTo { get; set; }

Property Value

Type: System.String
The reply to queue address.
Exception Condition
ObjectDisposedException

Thrown if the message is in disposed state.

This value is utilized by the message receiving end if the application logic requires duplex communication pattern between senders and receivers.

Did you find this helpful?
(1500 characters remaining)