Microsoft Chat Server SDK Reference

IsAutoStart Property

This property retrieves the flag that indicates whether the server will create this channel at startup even without members.

Syntax

Flag = ChatChannel.IsAutoStart

Parameters

Flag
True if channel is started when the server starts, False if not.

Remarks

Autostart channels are persistent channels that start even though no users have joined them. This behavior allows these channels to be listed along with other channels that have members in them. If the channel is started when a user enters the channel, it remains available even if everyone leaves.

This flag will be set if the channel is created with the AUTOSTART channel flag.


© 1998 Microsoft Corporation. All rights reserved.