Windows Media Services SDK banner art
PreviousNext

ClientEvents Property

A Boolean value specifying whether client events are enabled or disabled for this instance of the Windows Media Unicast 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

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.