C# 클래스 Novell.Directory.Ldap.LdapAbandonRequest

Represents an Ldap Abandon Request
상속: LdapMessage
파일 보기 프로젝트 열기: EventStore/csharp-ldap 1 사용 예제들

공개 메소드들

메소드 설명
LdapAbandonRequest ( int id, LdapControl cont ) : System

Construct an Ldap Abandon Request.

메소드 상세

LdapAbandonRequest() 공개 메소드

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. ///
리턴 System