Class UpdateParticipantsNotification
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Microsoft.Skype.Bots.Calling.ObjectModel.Contracts
Assembly: Microsoft.Skype.Bots.Calling.ObjectModel.dll
Syntax
public sealed class UpdateParticipantsNotification : NotificationBase
Constructors
UpdateParticipantsNotification()
Declaration
public UpdateParticipantsNotification()
Properties
ParticipantsOutcomes
Declaration
public IEnumerable<Tuple<Participant, UpdateParticipantsOutcome>> ParticipantsOutcomes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Tuple<Participant, UpdateParticipantsOutcome>> |
UpdateAction
Declaration
public string UpdateAction { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
Validate()
Declaration
public override void Validate()