PublisherMonitorCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of PublisherMonitor objects.
The PublisherMonitorCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
CopyTo(Array, Int32) | Copies the collection to an array. (Inherited from ReplicationBaseCollection.) | |
CopyTo(PublisherMonitorCollection, Int32) | Makes a copy of the collection. | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetEnumerator() | Gets an enumerator that is used to iterate through the objects in a collection. (Inherited from ReplicationBaseCollection.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
InitList() | Infrastructure. (Inherited from ReplicationBaseCollection.) | |
MemberwiseClone() | (Inherited from Object.) | |
Refresh() | Refreshes the collection. (Inherited from ReplicationBaseCollection.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of objects in the referenced collection. (Inherited from ReplicationBaseCollection.) | |
IsSynchronized | Gets whether or not access to the collection is synchronized and is therefore thread-safe. (Inherited from ReplicationBaseCollection.) | |
Item[Int32] | Gets a PublisherMonitor object in the collection by index number. | |
Item[String] | Gets a PublisherMonitor object in the collection by Publisher name. | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. (Inherited from ReplicationBaseCollection.) |
Top