C# Class Novell.Directory.Ldap.MessageVector

The MessageVector class implements additional semantics to Vector needed for handling messages.
Inheritance: System.Collections.ArrayList
显示文件 Open project: EventStore/csharp-ldap Class Usage Examples

Private Properties

Property Type Description
MessageVector System
findMessageById Message

Private Methods

Method Description
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.