OnDisconnect Event

The MediaServer_OnDisonnect event is fired when a client's connection to a NetShow Theater server is cut off asynchronously.

Syntax

MediaServer_OnDisconnect( status )

Parameters

status

A Long value specifying the result passed back to the method that triggered this event.

Remarks

This event occurs if an administration application uses the Delete method of a Clients collection object, or when the network link fails.

© 1996-1998 Microsoft Corporation. All rights reserved.