Share via


InviteParticipantUpdateEventArgs Class

NOTE: This API is now obsolete.

This class will be removed from future versions. Data structure containing the arguments for the InviteRemoteParticipantUpdate event.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Rtc.Collaboration.InviteParticipantUpdateEventArgs

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

Syntax

'Declaration
<ObsoleteAttribute("This class will be removed from future versions. See ConferenceInvitation.EndDeliver for more information")> _
Public NotInheritable Class InviteParticipantUpdateEventArgs _
    Inherits EventArgs
'Usage
Dim instance As InviteParticipantUpdateEventArgs
[ObsoleteAttribute("This class will be removed from future versions. See ConferenceInvitation.EndDeliver for more information")]
public sealed class InviteParticipantUpdateEventArgs : EventArgs

Remarks

This class was used by Conversation.BeginInviteRemoteParticipants and Conversation.EndInviteRemoteParticipants, both of which are obsolete in UCMA 3.0 Core SDK.

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

InviteParticipantUpdateEventArgs Members

Microsoft.Rtc.Collaboration Namespace

BeginInviteRemoteParticipants(IEnumerable<String>, ToastMessage, AsyncCallback, Object)

BeginInviteRemoteParticipants(IEnumerable<String>, IEnumerable<String>, ToastMessage, AsyncCallback, Object)