IAdmServices

The IAdmServices interface represents a collection of Adaxes services.

Inheritance: IEnumerable

Methods

  • Method

  • Description

  • GetEnumerator()

  • Retrieves an enumerator object for this collection of Adaxes services.

  • GetObject()

  • Gets an interface representing an Adaxes service by index.

  • SortByQuality()

  • Resorts Adaxes services in the collection by connection quality.

Properties

  • Property

  • Description

  • DomainName

  • Gets the name of the Active Directory domain where Adaxes services from this collection are registered.

  • Count

  • Gets the number of Adaxes services registered in the domain.

Details

GetEnumerator()

Retrieves an enumerator object for this collection of Adaxes services. The enumerator object implements the IEnumerator interface that can be used to enumerate services in foreach loops.

IEnumerator GetEnumerator()

GetObject()

Gets an interface representing an Adaxes service by index.

IAdmService GetObject(int index)

SortByQuality()

Resorts Adaxes services in the collection by connection quality.

void SortByQuality()

DomainName

Gets the name of the Active Directory domain where Adaxes services from this collection are registered.

  • Type:
  • string
  • Access:
  • Read-only

Count

Gets the number of Adaxes services registered in the domain.

  • Type:
  • int
  • Access:
  • Read-only

Requirements

Minimum required version: 2009.1

See also