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

Schedules a specified directory server to receive updates from another directory server for a specific replica. The receiveAllUpdatesRequest extension uses the following OID: 2.16.840.1.113719.1.27.100.21 The requestValue has the following format: requestValue ::= partitionRoot LdapDN toServerDN LdapDN fromServerDN LdapDN
Inheritance: Novell.Directory.Ldap.LdapExtendedOperation
显示文件 Open project: EventStore/csharp-ldap

Public Methods

Method Description
ReceiveAllUpdatesRequest ( System partitionRoot, System toServerDN, System fromServerDN ) : System

Constructs an extended operation object for receiving all updates from another directory server for a specific replica.

Method Details

ReceiveAllUpdatesRequest() public method

Constructs an extended operation object for receiving all updates from another directory server for a specific replica.
LdapException A general exception which includes an error message /// and an Ldap error code. ///
public ReceiveAllUpdatesRequest ( System partitionRoot, System toServerDN, System fromServerDN ) : System
partitionRoot System The distinguished name of the replica /// that will be updated. /// ///
toServerDN System The distinguished name of the server holding the /// replica to be updated. /// ///
fromServerDN System The distinguished name of the server from which /// updates are sent. /// ///
return System