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

The MessageVector class implements additional semantics to Vector needed for handling messages.
Наследование: System.Collections.ArrayList
Показать файл Открыть проект Примеры использования класса

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.