Compartir a través de


IAsyncInboundHandler.EndTryReceive Método

Definición

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

Parámetros

result
IAsyncResult
message
Message

Devoluciones

Se aplica a