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
파일 보기 프로젝트 열기: EventStore/csharp-ldap

공개 메소드들

메소드 설명
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