Table of Contents

Enum SubscriptionUpdateType

Namespace
Skyline.DataMiner.Net.Messages
Assembly
SLNetTypes.dll

Describes the type of update to be executed by a UpdateSubscriptionMessage.

public enum SubscriptionUpdateType

Fields

Add = 1

Adds a set of subscriptions to the existing subscription set.

Remove = 2

Removes some subscriptions from the existing subscription set. The client remains subscribed to the remaining message types.

Replace = 0

Replaces the entire set of subscriptions.