InviteParticipantUpdateEventArgs Members
Include Protected Members
Include Inherited Members
NOTE: This API is now obsolete.
This class will be removed from future versions. Data structure containing the arguments for the InviteRemoteParticipantUpdate event.
The InviteParticipantUpdateEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
Address | Obsolete. Gets the address of the invited participant being updated. | |
Exception | Obsolete. Gets any exception thrown, if any, during the attenpt to send the invitation to this invited participant. | |
IsDelivered | Obsolete. Gets whether the participant received the invitation. | |
Response | Obsolete. Gets the invited participant's response to the invitation. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | Obsolete. Gets a string showing the properties in this event args class. (Overrides Object.ToString().) |
Top