Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / CollectionAction Enumeration

In This Topic
    CollectionAction Enumeration
    In This Topic
    The different possible actions that were performed on a collection
    Syntax
    'Declaration
     
    
    Public Enum CollectionAction 
       Inherits System.Enum
    public enum CollectionAction : System.Enum 
    Members
    MemberValueDescription
    Added1An item was added to the collection.
    Cleared4The entire collection was cleared.
    NoChange0No changes were made.
    Removed2An item was removed from the collection.
    Updated3An item was updated in the collection.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Gibraltar.Monitor.CollectionAction

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also