HandleMessageReceived Method
Handle the message received on the call, returns true if call is handling the message.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected Overridable Function HandleMessageReceived ( _
e As MessageReceivedEventArgs _
) As Boolean
'Usage
Dim e As MessageReceivedEventArgs
Dim returnValue As Boolean
returnValue = Me.HandleMessageReceived(e)
protected virtual bool HandleMessageReceived(
MessageReceivedEventArgs e
)
Parameters
Return Value
Type: System..::..Boolean
Remarks
This method is invoked only for the messages which are not handled by the MediaProvider. Message will be first delivered to MediaProvider.HandleMessage. If MediaProvider.HandleMessage returns false, this method will be invoked.