IMQTransport.SendToReplyQ(Message, TimeSpan, Byte[], String, String) Method

Definition

public:
 void SendToReplyQ(System::ServiceModel::Channels::Message ^ message, TimeSpan timeout, cli::array <System::Byte> ^ messageCorrelationId, System::String ^ replyToQueueManagerName, System::String ^ replyToQueueName);
public void SendToReplyQ (System.ServiceModel.Channels.Message message, TimeSpan timeout, byte[] messageCorrelationId, string replyToQueueManagerName, string replyToQueueName);
abstract member SendToReplyQ : System.ServiceModel.Channels.Message * TimeSpan * byte[] * string * string -> unit

Parameters

message
Message
timeout
TimeSpan
messageCorrelationId
Byte[]
replyToQueueManagerName
String
replyToQueueName
String

Applies to