Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / ApplicationUserCollection Class
Properties Methods


In This Topic
    ApplicationUserCollection Class Members
    In This Topic

    The following tables list the members exposed by ApplicationUserCollection.

    Public Constructors
     NameDescription
    Public ConstructorCreate a new empty ApplicationUserCollection.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of ApplicationUser items in the ApplicationUserCollection.  
    Public PropertyGets a value indicating whether the ApplicationUserCollection is read-only.  
    Public PropertyOverloaded. Gets a ApplicationUser item at a specified index (in the sorted order). (NOT BY ThreadId or ThreadIndex! Use TryGetValue to lookup by ThreadIndex or TryFindThreadId to lookup by ThreadId.)  
    Top
    Public Methods
     NameDescription
    Public MethodAdds an item to the ApplicationUserCollection.  
    Public MethodClear the ApplicationUserCollection.  
    Public MethodDetermines whether a given ApplicationUser item is already present in the ApplicationUserCollection.  
    Public MethodOverloaded. Determines whether the ApplicationUserCollection contains a ApplicationUser with a specified Guid ID.  
    Public MethodDetermines whether the ApplicationUserCollection contains a ApplicationUser with a specified user name.  
    Public MethodCopy the collected ApplicationUser objects to a target array, in sorted order.  
    Public MethodReturns an enumerator that iterates through the ApplicationUserCollection (in sorted order).  
    Public MethodDetermines the index of a specific ApplicationUser in the ApplicationUserCollection (in sorted order).  
    Public MethodApplicationUserCollection is sorted and does not support direct modification.  
    Public MethodOverloaded. Removes a specified ApplicationUser item from the ApplicationUserCollection.  
    Public MethodRemove the ApplicationUser item found at a specified index in the ApplicationUserCollection (in sorted order). (Supported but not recommended.)  
    Public MethodGet the ApplicationUser with a specified fully qualified user name.  
    Public MethodOverloaded. Get the ApplicationUser with a specified Guid ID.  
    Top
    See Also