IInboundHandler.TryReceive(TimeSpan, Message, IInboundReply) 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 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
Parameters
- timeout
- TimeSpan
- message
- Message
- reply
- IInboundReply