ServerStatus Property

The ServerStatus property returns a Long value specifying the current status of the server.

Syntax

NSUnicastMgr.ServerStatus

Remarks

The Server property returns an error that indicates whether or not the specified server is running; however, under certain conditions the server may be running and still refusing to allow client connections. For example, a registered authentication plug-in failing to load at startup will not prevent the server from running and accepting configuration changes. However, because the server can not verify a client’s identity, it will not allow connections.

This property is an NSOADM_SERVER_STATUS enumeration, and returns one of the following values:

Value Mnemonic Description
0 NSOADM_SERVER_RUNNING The server is fully functional and allowing client connections.
1 NSOADM_SERVER_FAULTED An error occurred during initialization and the server is NOT allowing clients to connect.

See Also

Server

© 1996-1998 Microsoft Corporation. All rights reserved.