Click or drag to resize
CSEntryChangeQueue Class
Represents a queue of CSEntryChange objects that can be saved and loaded to a file
Inheritance Hierarchy
SystemObject
  Lithnet.MetadirectoryServicesCSEntryChangeQueue

Namespace: Lithnet.MetadirectoryServices
Assembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax
public static class CSEntryChangeQueue

The CSEntryChangeQueue type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCount
Gets the number of items in the queue
Top
Methods
  NameDescription
Public methodStatic memberAdd
Adds an item to the CSEntryChange queue.
Public methodStatic memberClear
Clears all items from the queue
Public methodStatic memberLoadQueue
Loads the queue from the specified file
Public methodStatic memberSaveQueue
Saves the contents of the queue to the specified file
Public methodStatic memberTake
Removes an item from the queue
Top
See Also