OnAdminKillClient Event

The MediaServer_OnAdminKillClient event is fired when an administration application uses the Delete method with the Clients collection, or when the application calls the KillClient method.

Syntax

MediaServer_OnAdminKillClient( datetime, status, ipaddress, clientid )

Parameters

datetime

A Date value specifying the GMT when the client was disconnected.

status

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

ipaddress

A String value specifying the client's IP address.

clientid

A Long value specifying the ID of the disconnected client. The value corresponds to that obtainable from the Id property of a Client object.

© 1996-1998 Microsoft Corporation. All rights reserved.