IAsyncInboundHandler.EndTryReceive 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 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
Parameters
- result
- IAsyncResult
- message
- Message
- reply
- IInboundReply