Table of Contents

Event OnSubscriptionState

Namespace
Skyline.DataMiner.Utils.DOM.UnitTesting
Assembly
Skyline.DataMiner.Utils.DOM.dll

Used internally for the Subscription Stages functionality. Using the TrackSubscribe API is preferred to using this event.

public event EventHandler<SubscriptionStateEventArgs> OnSubscriptionState

Returns

EventHandler<SubscriptionStateEventArgs>
Used internally for the Subscription Stages functionality. Using the TrackSubscribe API is preferred to using this event.
Implements