ConferenceInvitationReceivedEventArgs Class
Data structure containing the arguments for the ConferenceInvitationReceivedevent.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Rtc.Signaling.SipRequestReceivedEventArgs
Microsoft.Rtc.Collaboration.ComponentModel.InviteReceivedEventArgs
Microsoft.Rtc.Collaboration.ConferenceInvitationReceivedEventArgs
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public NotInheritable Class ConferenceInvitationReceivedEventArgs _
Inherits InviteReceivedEventArgs
'Usage
Dim instance As ConferenceInvitationReceivedEventArgs
public sealed class ConferenceInvitationReceivedEventArgs : 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.
See Also
Reference
ConferenceInvitationReceivedEventArgs Members
Microsoft.Rtc.Collaboration Namespace
BeginInviteRemoteParticipants(IEnumerable<String>, ToastMessage, AsyncCallback, Object)