Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected Overridable Function HandleCallMessageReceived ( _
e As CallMessageReceivedEventArgs _
) As Boolean
'Usage
Dim e As CallMessageReceivedEventArgs
Dim returnValue As Boolean
returnValue = Me.HandleCallMessageReceived(e)
protected virtual bool HandleCallMessageReceived(
CallMessageReceivedEventArgs e
)
Parameters
Return Value
Type: System.Boolean