AdamInstance Class

Definition

The AdamInstance class represents an AD LDS instance server.

public ref class AdamInstance : System::DirectoryServices::ActiveDirectory::DirectoryServer
public class AdamInstance : System.DirectoryServices.ActiveDirectory.DirectoryServer
type AdamInstance = class
    inherit DirectoryServer
Public Class AdamInstance
Inherits DirectoryServer
Inheritance
AdamInstance

Remarks

Note

The AdamInstance class refers to Active Directory Application Mode (ADAM) which has been renamed to Active Directory Lightweight Directory Services (AD LDS).

Properties

ConfigurationSet

Gets the ConfigurationSet object for this AD LDS instance.

DefaultPartition

Gets or sets the default partition that this AD LDS instance serves.

HostName

Gets the host name of the computer that hosts this AD LDS instance.

InboundConnections

Gets the inbound replication connections for this AD LDS instance.

IPAddress

Gets the IP address of the computer that hosts this AD LDS instance.

LdapPort

Gets the LDAP port number of this AD LDS instance.

Name

Gets the name of the directory server.

(Inherited from DirectoryServer)
OutboundConnections

Gets the outbound replication connections for this AD LDS instance.

Partitions

Gets the partitions on this directory server.

(Inherited from DirectoryServer)
Roles

Gets the roles that this AD LDS instance holds.

SiteName

Gets the name of the site of which this AD LDS instance is a member.

SslPort

Gets the SSL port number of this AD LDS instance.

SyncFromAllServersCallback

Gets or sets the synchronization delegate for this AD LDS instance.

Methods

CheckReplicationConsistency()

Invokes the Knowledge Consistency Checker (KCC) that verifies the replication topology for this AD LDS instance.

Dispose()

Releases all managed and unmanaged resources that are used by the object.

(Inherited from DirectoryServer)
Dispose(Boolean)

Releases the unmanaged resources that are used by the AdamInstance object and, optionally, releases managed resources.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
Finalize()

Overrides the Finalize() method.

FindAll(DirectoryContext, String)

Finds all AD LDS instances in the specified context that host the specified partition.

FindOne(DirectoryContext, String)

Finds a single AD LDS instance in the specified context that hosts the specified partition.

GetAdamInstance(DirectoryContext)

Returns an AD LDS instance for a specified context.

GetAllReplicationNeighbors()

Returns the replication neighbors for this AD LDS instance.

GetDirectoryEntry()

Retrieves a DirectoryEntry object that represents the directory server.

(Inherited from DirectoryServer)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetReplicationConnectionFailures()

Returns a list of replication connection failures that are recorded by this AD LDS instance.

GetReplicationCursors(String)

Returns the replication cursor information for a specified partition.

GetReplicationMetadata(String)

Returns the replication metadata for a specific Active Directory Domain Services object.

GetReplicationNeighbors(String)

Returns the replication neighbors for a specified partition.

GetReplicationOperationInformation()

Returns the current and pending replication operations for this AD LDS instance.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
MoveToAnotherSite(String)

Moves the directory server to another site within the forest or configuration set.

(Inherited from DirectoryServer)
Save()

Commits changes to the AdamInstance object to the underlying directory store.

SeizeRoleOwnership(AdamRole)

Seizes ownership of the specified role.

SyncReplicaFromAllServers(String, SyncFromAllServersOptions)

Synchronizes the specified partition with all other domain controllers.

SyncReplicaFromServer(String, String)

Synchronizes the specified partition with the specified domain controller.

ToString()

Retrieves the name of the directory server.

(Inherited from DirectoryServer)
TransferRoleOwnership(AdamRole)

Transfers the specified role to this AD LDS instance.

TriggerSyncReplicaFromNeighbors(String)

Begins a synchronization of the specified partition.

Applies to