CallReceivedEventArgsBase 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<TCall>
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public MustInherit Class CallReceivedEventArgsBase _
Inherits InviteReceivedEventArgs
'Usage
Dim instance As CallReceivedEventArgsBase
public abstract class CallReceivedEventArgsBase : InviteReceivedEventArgs
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.