ClientEvents Property

A Boolean value specifying whether client events are enabled or disabled for this instance of the Netshow Unicast Manager Admin control.

Syntax

NSUnicastMgr.ClientEvents

Remarks

The default value for ClientEvents is True. Client events are OnClientConnect, OnClientDisconnect, OnClientPlay, OnClientStop, and OnClientStride.

Example

If NSUnicastMgr.ClientEvents = False Then
  MsgBox "Client events are disabled"
End If

See Also

OnClientConnect, OnClientDisconnect, OnClientPlay, OnClientStop, OnClientStride

© 1996-1998 Microsoft Corporation. All rights reserved.