Edit

Share via


SubscriptionStateChangedEventArgs Class

Definition

Returns information relevant to a subscription state change.

public ref class SubscriptionStateChangedEventArgs : EventArgs
public class SubscriptionStateChangedEventArgs : EventArgs
type SubscriptionStateChangedEventArgs = class
    inherit EventArgs
Public Class SubscriptionStateChangedEventArgs
Inherits EventArgs
Inheritance
SubscriptionStateChangedEventArgs

Constructors

SubscriptionStateChangedEventArgs(SubscriptionSignalingState, SubscriptionSignalingState, TransitionReason)

Initializes a new instance of the SubscriptionStateChangedEventArgs class.

Properties

NewState

Gets the updated state after the change.

PreviousState

Gets the signaling state before this change occurs.

ReasonForChange

Gets the reason for change for the transition, either server or client.

Applies to