C# Class Novell.Directory.Ldap.Extensions.PartitionSyncRequest

Synchronizes all replicas of a naming context. The PartitionSyncRequest extension uses the following OID: 2.16.840.1.113719.1.27.100.25 The requestValue has the following format: requestValue ::= serverName LdapDN partitionRoot LdapDN delay INTEGER
Inheritance: Novell.Directory.Ldap.LdapExtendedOperation
Afficher le fichier Open project: EventStore/csharp-ldap

Méthodes publiques

Méthode Description
PartitionSyncRequest ( System serverName, System partitionRoot, int delay ) : System

Constructs an extended operation object for synchronizing the replicas of a partition.

Method Details

PartitionSyncRequest() public méthode

Constructs an extended operation object for synchronizing the replicas of a partition.
LdapException A general exception which includes an error message /// and an Ldap error code. ///
public PartitionSyncRequest ( System serverName, System partitionRoot, int delay ) : System
serverName System The distinquished name of server containing the /// naming context. /// ///
partitionRoot System The distinguished name of the naming context /// to synchronize. /// ///
delay int The time, in seconds, to delay before the synchronization /// should start. /// ///
Résultat System