Compartir a través de


IInboundHandler.TryReceive(TimeSpan, Message, IInboundReply) Método

Definición

public:
 bool TryReceive(TimeSpan timeout, [Runtime::InteropServices::Out] System::ServiceModel::Channels::Message ^ % message, [Runtime::InteropServices::Out] Microsoft::ServiceModel::Channels::Common::IInboundReply ^ % reply);
public bool TryReceive (TimeSpan timeout, out System.ServiceModel.Channels.Message message, out Microsoft.ServiceModel.Channels.Common.IInboundReply reply);
abstract member TryReceive : TimeSpan *  *  -> bool
Public Function TryReceive (timeout As TimeSpan, ByRef message As Message, ByRef reply As IInboundReply) As Boolean

Parámetros

timeout
TimeSpan
message
Message

Devoluciones

Se aplica a