Click or drag to resize
EventType Enumeration

[This is preliminary documentation and is subject to change.]

Enum for the different event types that can be handled by message extended

Namespace: Netadmin.Management.Provisioning.Dto
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
[FlagsAttribute]
public enum EventType
Members
  Member nameValueDescription
None0
SubscriptionCreated1
SubscriptionDeleted2
SubscriptionActivated4
SubscriptionDeactivated8
SubscriptionConnected16
SubscriptionDisconnected32
SubscriptionJobCreated64
SubscriptionJobCompleted128
SubscriptionJobError256
See Also