OnMaxClients Event

The MediaServer_OnClients event is fired when a client connects to a NetShow Theater server, and it causes the maximum number of clients to be reached.

Syntax

MediaServer_OnMaxClients( datetime, count, virtualPath )

Parameters

datetime

A Date value specifying the GMT time when the maximum client limit was reached.

count

A Long value specifying maximum number of clients.

Virtualpath

Reserved for future use.

Remarks

This event is called when the total number of connected clients exceeds the amount specified by the MaxClients property. To receive notification of this event, the AlertEvents property must first be set to TRUE.

© 1996-1998 Microsoft Corporation. All rights reserved.