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

Reloads the Ldap server. The refreshLdapServerRequest extension uses the following OID: 2.16.840.1.113719.1.27.100.9 The requestValue is set to null.
Inheritance: Novell.Directory.Ldap.LdapExtendedOperation
显示文件 Open project: EventStore/csharp-ldap Class Usage Examples

Public Methods

Method Description
RefreshLdapServerRequest ( ) : System

Constructs an extended operation object for reloading the Ldap server. The constructor sets the OID.

Method Details

RefreshLdapServerRequest() public method

Constructs an extended operation object for reloading the Ldap server. The constructor sets the OID.
LdapException A general exception which includes an error /// message and an Ldap error code. ///
public RefreshLdapServerRequest ( ) : System
return System