IMQTransport.TryReceiveFromReplyQ(TimeSpan, Message, IMQNotifier, 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:
bool TryReceiveFromReplyQ(TimeSpan timeout, [Runtime::InteropServices::Out] System::ServiceModel::Channels::Message ^ % message, [Runtime::InteropServices::Out] System::ServiceModel::Channels::WebSphereMQ::IMQNotifier ^ % notifier, [Runtime::InteropServices::Out] cli::array <System::Byte> ^ % messageCorrelationId);
public bool TryReceiveFromReplyQ (TimeSpan timeout, out System.ServiceModel.Channels.Message message, out System.ServiceModel.Channels.WebSphereMQ.IMQNotifier notifier, out byte[] messageCorrelationId);
abstract member TryReceiveFromReplyQ : TimeSpan * * * -> bool
Public Function TryReceiveFromReplyQ (timeout As TimeSpan, ByRef message As Message, ByRef notifier As IMQNotifier, ByRef messageCorrelationId As Byte()) As Boolean
Parameters
- timeout
- TimeSpan
- message
- Message
- notifier
- IMQNotifier
- messageCorrelationId
- Byte[]