'Declaration
Public Function EndPeek( _ ByVal asyncResult As IAsyncResult _ ) As Message
'Usage
Dim instance As MessageQueue Dim asyncResult As IAsyncResult Dim value As Message value = instance.EndPeek(asyncResult)
public Message EndPeek( IAsyncResult asyncResult )
public: Message^ EndPeek( IAsyncResult^ asyncResult )
Parameters
- asyncResult
- The System.IAsyncResult that identifies the asynchronous peek operation to finish and from which to retrieve an end result.
Return Value
The Message associated with the completed asynchronous operation.