IInputChannel.EndTryReceive Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Completes the specified asynchronous operation to receive a message.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- result
- Type: System.IAsyncResult
The IAsyncResult returned by a call to the BeginTryReceive method.
- message
- Type:
System.ServiceModel.Channels.Message
%
The Message received.
Return Value
Type: System.Booleantrue if a message is received before the specified interval of time elapses; otherwise false.
Show: