Compartir a través de


RegisteredServerCollection Miembros

The RegisteredServerCollection class represents a collection of RegisteredServer objects that represent all the registered servers on the registered server group.

El tipo RegisteredServerCollection expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Add Adds a RegisteredServer object to the RegisteredServerCollection collection.
Método publico Contains Determines whether the specified string value exists within the collection.
Método publico CopyTo Copies the collection of objects to a one-dimensional array starting at the specified index value.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetEnumerator Returns an IEnumerator interface that allows you to iterate through the objects in the collection.
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico Remove Removes a RegisteredServer object from the RegisteredServerCollection object.
Método publico ToString (Se hereda de Object).

Principio

Campos

  Nombre Descripción
Campo protegido initialized (Se hereda de RegSvrCollectionBase).
Campo protegido innerColl (Se hereda de RegSvrCollectionBase).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of RegisteredServer objects in the collection.
Propiedad pública IsSynchronized Gets a Boolean value indicating whether access to the collection is synchronized and therefore thread-safe. (Se hereda de RegSvrCollectionBase).
Propiedad pública Item[ ( [ ( Int32] ) ] ) Gets a RegisteredServer object in the collection by index number.
Propiedad pública Item[ ( [ ( String] ) ] ) Gets a RegisteredServer object in the collection by name.
Propiedad pública Parent Gets the ServerGroup object that is the parent of the RegisteredServerCollection object.
Propiedad pública SyncRoot Gets an object that can be used to synchronize access to the collection. (Se hereda de RegSvrCollectionBase).

Principio