C# Класс 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
Наследование: Novell.Directory.Ldap.LdapExtendedOperation
Показать файл Открыть проект

Открытые методы

Метод Описание
PartitionSyncRequest ( System serverName, System partitionRoot, int delay ) : System

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

Описание методов

PartitionSyncRequest() публичный Метод

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. /// ///
Результат System