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

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

Метод Описание
SendAllUpdatesRequest ( System partitionRoot, System origServerDN ) : System

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

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

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

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