CallReceivedEventArgs(TCall) Class

Contains information regarding an incoming call.

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Microsoft.Rtc.Signaling..::..SipRequestReceivedEventArgs
      Microsoft.Rtc.Collaboration.ComponentModel..::..InviteReceivedEventArgs
        Microsoft.Rtc.Collaboration..::..CallReceivedEventArgsBase
          Microsoft.Rtc.Collaboration..::..CallReceivedEventArgs<(Of <(<'TCall>)>)>

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

Syntax

'Declaration
Public Class CallReceivedEventArgs(Of TCall As Call) _
    Inherits CallReceivedEventArgsBase
'Usage
Dim instance As CallReceivedEventArgs(Of TCall)
public class CallReceivedEventArgs<TCall> : CallReceivedEventArgsBase
where TCall : Call

Type Parameters

  • TCall

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CallReceivedEventArgs<(Of <(<'TCall>)>)> Members

Microsoft.Rtc.Collaboration Namespace