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

Schedules an updated request to be sent to all directory servers in a replica ring. The sendAllUpdatesRequest extension uses the following OID: 2.16.840.1.113719.1.27.100.23 The requestValue has the following format: requestValue ::= partitionRoot LdapDN origServerDN LdapDN
Inheritance: Novell.Directory.Ldap.LdapExtendedOperation
Show file Open project: EventStore/csharp-ldap

Public Methods

Method Description
SendAllUpdatesRequest ( System partitionRoot, System origServerDN ) : System

Constructs an extended operation object for sending updates to a replica ring.

Method Details

SendAllUpdatesRequest() public method

Constructs an extended operation object for sending updates to a replica ring.
LdapException A general exception which includes an error message /// and an Ldap error code. ///
public SendAllUpdatesRequest ( System partitionRoot, System origServerDN ) : System
partitionRoot System The distinguished name of the replica /// that will be updated. /// ///
origServerDN System The distinguished name of the server that sends the /// updates to the replica ring. /// ///
return System