C# Class Novell.Directory.Ldap.MessageVector

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

Private Properties

Свойство Type Description
MessageVector System
findMessageById Message

Private Methods

Méthode 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.