C# Класс Novell.Directory.Ldap.Message

Encapsulates an Ldap message, its state, and its replies.
Показать файл Открыть проект Примеры использования класса

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