Show / Hide Table of Contents

Class UpdateParticipantsNotification

Inheritance
System.Object
NotificationBase
UpdateParticipantsNotification
Inherited Members
NotificationBase.Id
NotificationBase.Type
NotificationBase.Links
NotificationBase.AdditionalData
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
NotificationBase.Equals(Object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
Overrides
NotificationBase.GetHashCode()

Validate()

Declaration
public override void Validate()
Overrides
NotificationBase.Validate()
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX