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
파일 보기 프로젝트 열기: EventStore/csharp-ldap

공개 메소드들

메소드 설명
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