SubscriptionStateChangedEventArgs 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.
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. |