PresenceSubscriptionStateChangedEventArgs Class

Definition

Represents changes in the subscription state of the presence session for this endpoint owner.

public ref class PresenceSubscriptionStateChangedEventArgs : Microsoft::Rtc::Signaling::StateChangedEventArgs<Microsoft::Rtc::Collaboration::Presence::CollaborationSubscriptionState>
public class PresenceSubscriptionStateChangedEventArgs : Microsoft.Rtc.Signaling.StateChangedEventArgs<Microsoft.Rtc.Collaboration.Presence.CollaborationSubscriptionState>
type PresenceSubscriptionStateChangedEventArgs = class
    inherit StateChangedEventArgs<CollaborationSubscriptionState>
Public Class PresenceSubscriptionStateChangedEventArgs
Inherits StateChangedEventArgs(Of CollaborationSubscriptionState)
Inheritance
PresenceSubscriptionStateChangedEventArgs

Remarks

This event argument is returned by the SubscriptionStateChange

Properties

PreviousState

Gets the previous state for the object.

(Inherited from StateChangedEventArgs<T>)
ReasonForChange
Obsolete.

Gets the reason for the subscription state change.

State

Gets the new state for the object.

(Inherited from StateChangedEventArgs<T>)

Methods

ToString()

Returns a String that represents the current Microsoft.Rtc.Signaling.StateChangedEventArgs{T}.

(Inherited from StateChangedEventArgs<T>)

Extension Methods

GetTransitionStateSubReason(PresenceSubscriptionStateChangedEventArgs)

Applies to