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

Encapsulates an Ldap message, its state, and its replies.
파일 보기 프로젝트 열기: EventStore/csharp-ldap 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Abandon void
InitBlock void
Message System
acceptsReplies bool
cleanup void
hasReplies bool
putReply void
sendMessage void
sleepersAwake void
stopTimer void
waitForReply System.Object

비공개 메소드들

메소드 설명
Abandon ( LdapConstraints cons, InterThreadException informUserEx ) : void
InitBlock ( ) : void
Message ( LdapMessage msg, int mslimit, Novell.Directory.Ldap.Connection conn, MessageAgent agent, LdapMessageQueue queue, BindProperties bindprops ) : System
acceptsReplies ( ) : bool

Returns true if replies are accepted for this request.

cleanup ( ) : void
hasReplies ( ) : bool

Returns true if replies are queued

putReply ( RfcLdapMessage message ) : void
sendMessage ( ) : void
sleepersAwake ( ) : void

Notifies all waiting threads

stopTimer ( ) : void

stops the timeout timer from running

waitForReply ( ) : Object

Gets the next reply from the reply queue or waits until one is there