Returns or sets a Long value specifying the maximum number of client connections.
Syntax
NSUnicastMgr.MaxClients
Remarks
Sets the maximum allowable concurrent clients on a server. By default, this property is set to the maximum value, 1,000 clients.
Example
NSUnicastMgr.MaxClients = 1000
' MaxClients set to maximum allowed value, 1,000
MsgBox "Client limit is " & NSUnicastMgr.MaxClients
See Also
© 1996-1998 Microsoft Corporation. All rights reserved.