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

The MessageVector class implements additional semantics to Vector needed for handling messages.
상속: System.Collections.ArrayList
파일 보기 프로젝트 열기: EventStore/csharp-ldap 1 사용 예제들

Private Properties

프로퍼티 타입 설명
MessageVector System
findMessageById Message

비공개 메소드들

메소드 설명
MessageVector ( int cap, int incr ) : System
findMessageById ( int msgId ) : Message

Finds the Message object with the given MsgID, and returns the Message object. It finds the object and returns it in an atomic operation.