C# Class 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
Inheritance: Novell.Directory.Ldap.LdapExtendedOperation
Afficher le fichier Open project: EventStore/csharp-ldap

Méthodes publiques

Méthode Description
TriggerBackgroundProcessRequest ( int processID ) : System

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

Method Details

TriggerBackgroundProcessRequest() public méthode

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. /// ///
Résultat System