PublisherMonitorCollection Members

Include Protected Members
Include Inherited Members

Represents a collection of PublisherMonitor objects.

The PublisherMonitorCollection type exposes the following members.

Methods

  Name Description
Public method CopyTo(Array, Int32) Copies the collection to an array. (Inherited from ReplicationBaseCollection.)
Public method CopyTo(PublisherMonitorCollection, Int32) Makes a copy of the collection.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetEnumerator() Gets an enumerator that is used to iterate through the objects in a collection. (Inherited from ReplicationBaseCollection.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method InitList() Infrastructure. (Inherited from ReplicationBaseCollection.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method Refresh() Refreshes the collection. (Inherited from ReplicationBaseCollection.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Count Gets the number of objects in the referenced collection. (Inherited from ReplicationBaseCollection.)
Public property IsSynchronized Gets whether or not access to the collection is synchronized and is therefore thread-safe. (Inherited from ReplicationBaseCollection.)
Public property Item[Int32] Gets a PublisherMonitor object in the collection by index number.
Public property Item[String] Gets a PublisherMonitor object in the collection by Publisher name.
Public property SyncRoot Gets an object that can be used to synchronize access to the collection. (Inherited from ReplicationBaseCollection.)

Top