EasyUA Reference
SubscriptionChangeMask Enumeration
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace : SubscriptionChangeMask Enumeration

Glossary Item Box

Flags indicating what has changed in a subscription.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As SubscriptionChangeMask
C# 
[FlagsAttribute()]
public enum SubscriptionChangeMask : System.Enum 

Members

MemberDescription
Created The subscription was created on the server.
Deleted The subscription was deleted on the server.
ItemsAdded Monitored items were added to the subscription (but not created on the server)
ItemsCreated Monitored items were created on the server.
ItemsDeleted Monitored items were deleted on the server.
ItemsModified Monitored items were modified on the server.
ItemsRemoved Monitored items were removed to the subscription (but not deleted on the server)
Modified The subscription was modified on the server.
None The subscription has not changed.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Advosol.EasyUA.SubscriptionChangeMask

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.