Fired when a client connects to NetShow Theater Server, and the limit on the maximum number of client connections is reached.
Syntax
MediaServer_OnMaxClients( DateTime, Count, VirtualPath )
Parameters
DateTime
A Date value specifying the Greenwich mean time when the limit on the maximum number of client connections was reached.
Count
A Long value specifying the maximum number of clients that can be connected.
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, first set the AlertEvents property to True.
[Previous][Next]