IInputChannel.EndWaitForMessage Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Completes the specified asynchronous wait-for-a-message operation.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- result
- Type: System.IAsyncResult
The IAsyncResult that identifies the BeginWaitForMessage(TimeSpan, AsyncCallback, Object) operation to finish, and from which to retrieve an end result.
Return Value
Type: System.Booleantrue if a message has arrived before the timeout has been exceeded; otherwise false.
Show: