Previous in Contents Next in Contents

The Core Container Classes

The Active Channel Server COM objects all use two non-creatable COM classes as collection objects. Access to these objects is provided through a standard dispinterface.

List Class

Stores information in a list using an integer index. This class is much like an array. The values can be any valid variant data type.

Dictionary Class

Stores information in key/value pairs. The keys can be strings. The values can be any valid VARIANT data type.

These classes do not have a CLSID or ProgID, and are only accessible through other creatable COM classes provided by the Active Channel Server object model.  Note also that these objects are intrinsic to the Active Channel Server system and cannot be interchanged with other collection objects such as the common Scripting.Dictionary object, or some sort of array.


© 1997-2000 Microsoft Corporation. All rights reserved.