C# Class Novell.Directory.Ldap.LdapAbandonRequest

Represents an Ldap Abandon Request
Inheritance: LdapMessage
Afficher le fichier Open project: EventStore/csharp-ldap Class Usage Examples

Méthodes publiques

Méthode Description
LdapAbandonRequest ( int id, LdapControl cont ) : System

Construct an Ldap Abandon Request.

Method Details

LdapAbandonRequest() public méthode

Construct an Ldap Abandon Request.
public LdapAbandonRequest ( int id, LdapControl cont ) : System
id int The ID of the operation to abandon. /// ///
cont LdapControl Any controls that apply to the abandon request /// or null if none. ///
Résultat System