IMQTransport.Send(Message, TimeSpan, Byte[]) 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.
public:
void Send(System::ServiceModel::Channels::Message ^ message, TimeSpan timeout, cli::array <System::Byte> ^ % messageCorrelationId);
public void Send (System.ServiceModel.Channels.Message message, TimeSpan timeout, ref byte[] messageCorrelationId);
abstract member Send : System.ServiceModel.Channels.Message * TimeSpan * -> unit
Parameters
- message
- Message
- timeout
- TimeSpan
- messageCorrelationId
- Byte[]