C# Класс Novell.Directory.Ldap.Extensions.TriggerBackgroundProcessRequest

This API is used to trigger the specified background process on the Novell eDirectory server. The TriggerBackgroundProcessRequest uses tone of the following OID's depending on the process being triggered: 2.16.840.1.113719.1.27.100.43 2.16.840.1.113719.1.27.100.47 2.16.840.1.113719.1.27.100.49 2.16.840.1.113719.1.27.100.51 2.16.840.1.113719.1.27.100.53 2.16.840.1.113719.1.27.100.55 The requestValue has the following format: requestValue ::= NULL
Наследование: Novell.Directory.Ldap.LdapExtendedOperation
Показать файл Открыть проект

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

Метод Описание
TriggerBackgroundProcessRequest ( int processID ) : System

Based on the process ID specified this constructer cosntructs an LdapExtendedOperation object with the apppropriate OID.

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

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

Based on the process ID specified this constructer cosntructs an LdapExtendedOperation object with the apppropriate OID.
LdapException A general exception which includes an error message /// and an Ldap error code. ///
public TriggerBackgroundProcessRequest ( int processID ) : System
processID int This id identifies the background process to be triggerd. /// ///
Результат System