C# Class Novell.Directory.Ldap.LdapAbandonRequest

Represents an Ldap Abandon Request
Inheritance: LdapMessage
显示文件 Open project: EventStore/csharp-ldap Class Usage Examples

Public Methods

Method Description
LdapAbandonRequest ( int id, LdapControl cont ) : System

Construct an Ldap Abandon Request.

Method Details

LdapAbandonRequest() public method

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. ///
return System