IMQTransport.TryReceiveFromReplyQ(TimeSpan, Message, IMQNotifier, Byte[]) Method

Definition

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[]

Returns

Boolean

Applies to