Windows Media Services SDK banner art
PreviousNext

OnChannelOpen Event

Fired when a station is opened.

Syntax

NSChannelMgr_OnChannelOpen( Station )

Parameters

Station

A Channel object of the opened station.

Example

Sub NSChannelMgr_OnChannelOpen( TheStation )
  MsgBox ("Station " & TheStation.Name & " is open.")
End Sub

See Also

OnChannelClose

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.