Edit

Share via


SubscriptionSessionStateChangedEventArgs Class

Definition

public ref class SubscriptionSessionStateChangedEventArgs : Microsoft::Rtc::Signaling::StateChangedEventArgs<Microsoft::Rtc::Internal::Signaling::IncomingSubscriptionSessionState>
public class SubscriptionSessionStateChangedEventArgs : Microsoft.Rtc.Signaling.StateChangedEventArgs<Microsoft.Rtc.Internal.Signaling.IncomingSubscriptionSessionState>
type SubscriptionSessionStateChangedEventArgs = class
    inherit StateChangedEventArgs<IncomingSubscriptionSessionState>
Public Class SubscriptionSessionStateChangedEventArgs
Inherits StateChangedEventArgs(Of IncomingSubscriptionSessionState)
Inheritance
SubscriptionSessionStateChangedEventArgs

Properties

MessageData
PreviousState

Gets the previous state for the object.

(Inherited from StateChangedEventArgs<T>)
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>)

Applies to