PresenceSubscriptionStateChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |