Share via


Call.HandleMessageReceived Method

NOTE: This API is now obsolete.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
<ObsoleteAttribute("This method will be removed from future versions. AudioVideoCall users can refer to AudioVideoCall.CallMessageReceived. Derived class implementation can refer to 'HandleCallMessageReceived'.")> _
Protected Overridable Function HandleMessageReceived ( _
    e As MessageReceivedEventArgs _
) As Boolean
'Usage
Dim e As MessageReceivedEventArgs
Dim returnValue As Boolean

returnValue = Me.HandleMessageReceived(e)
[ObsoleteAttribute("This method will be removed from future versions. AudioVideoCall users can refer to AudioVideoCall.CallMessageReceived. Derived class implementation can refer to 'HandleCallMessageReceived'.")]
protected virtual bool HandleMessageReceived(
    MessageReceivedEventArgs e
)

Parameters

Return Value

Type: System.Boolean

See Also

Reference

Call Class

Call Members

Microsoft.Rtc.Collaboration Namespace