OnAdminKillClient Event

This event is fired when a client is disconnected by an administrator.

Syntax

NSUnicastMgr_OnAdminKillClient( datetime, status, ipaddress, clientID )

Parameters

datetime

A Date value indicating the time the event occurred, expressed in Greenwich Mean Time (GMT).

status

A Long value specifying the HRESULT passed back when this event is fired.

ipaddress

A String value specifying the administrator's IP address. If the connection is to LocalHost, this value will be 0.0.0.0, and the connection will be made to the computer on which the script is running.

clientID

A Long value specifying the ID of the client that was disconnected.

© 1996-1998 Microsoft Corporation. All rights reserved.