Windows Media Services SDK banner art
PreviousNext

OnServerOnline Event

Indicates the server running the Windows Media Unicast service went online.

Syntax

NSUnicastMgr_OnServerOnline( DateTime )

Parameters

DateTime

A Date value indicating when the event occurred, expressed in Greenwich mean time.

Remarks

This event is never fired unless the ServerEvents property is set to True.

Example

Sub NSUnicastMgr_OnServerOnline(DateTime)
  ' Message box opens if the server comes online
  MsgBox ("Server came online at " & DateTime & "." )
End Sub

See Also

OnServerOffline

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.