Station Manager Objects
The Station Manager Control manages a number of objects, many of which are collections of other objects.
The Station Manager object manages the following objects:
-
Channels collection object, which contains a number of Channel objects.
-
Channel objects, each of which may manage a ChannelFormats collection object.
-
ChannelFormats collection object, which contains a number of ChannelFormat objects.
-
ChannelFormat objects, each of which may manage a StreamDescriptors collection object.
-
StreamDescriptors collection object, which contains a number of StreamDescriptor objects.
-
StreamDescriptor objects.
-
Streams collection object, which contains a number of Stream objects.
-
Stream objects.
-
Clients collection object, which contains a number of Client objects.
-
Client objects.
-
HostAddresses collection object, which contains a number of Address objects.
-
Address objects.
The following chart depicts the hierarchy of the collections and objects managed by the Station Manager control:
The Station Manager object has several events, methods, and properties. In addition, each object managed by the Station Manager Control may have its own events, methods, or properties.
© 1996-1998 Microsoft Corporation. All rights reserved.