RegisteredSubscriberCollection Miembros

Represents a collection of RegisteredSubscriber objects.

El tipo RegisteredSubscriberCollection expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico CopyTo Copies the collection to an array. (Se hereda de ReplicationBaseCollection).
Método publico CopyTo(RegisteredSubscriberCollection, Int32) Makes a copy of the collection.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetEnumerator Gets an enumerator that is used to iterate through the objects in a collection. (Se hereda de ReplicationBaseCollection).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido InitList Infraestructura. (Se hereda de ReplicationBaseCollection).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico Refresh Refreshes the collection. (Se hereda de ReplicationBaseCollection).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of objects in the referenced collection. (Se hereda de ReplicationBaseCollection).
Propiedad pública IsSynchronized Gets whether or not access to the collection is synchronized and is therefore thread-safe. (Se hereda de ReplicationBaseCollection).
Propiedad pública Item[ ( [ ( Int32] ) ] ) Gets a RegisteredSubscriber object in the collection by index number.
Propiedad pública Item[ ( [ ( String] ) ] ) Gets a RegisteredSubscriber object in the collection by name.
Propiedad pública SyncRoot Gets an object that can be used to synchronize access to the collection. (Se hereda de ReplicationBaseCollection).

Principio