Represents a party in the voice communication.
| C# | Visual Basic | Visual C++ |
public class IMParty : INotifyPropertyChanged
Public Class IMParty _ Implements INotifyPropertyChanged
public ref class IMParty : INotifyPropertyChanged
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| IMParty()()() | Initializes a new instance of the IMParty class | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Interaction |
Gets or sets the associated interaction.
| |
| IsItPossibleToAll |
Gets or sets a value indicating whether it is possible to do something to the Party.
| |
| IsItPossibleToDeleteFromConference |
Gets or sets a value indicating whether this party can be deleted from the conference.
| |
| IsItPossibleToListenDisconnect |
Gets or sets a value indicating whether it is possible to do a "listen disconnect" on this party.
| |
| IsItPossibleToListenReconnect |
Gets or sets a value indicating whether it is possible to do a "listen reconnect" on this party.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Name |
Gets or sets the name.
| |
| OnPropertyChanged(String) |
Called when a property changed.
| |
| PartyType |
Gets or sets the type of the party.
| |
| PropertyChanged |
Occurs when a property value changes.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| IMParty | |