OnServerOnline

Indicates the NetShow unicast server went online.

Syntax

NSUnicastMgr_OnServerOnline( datetime )

Parameters

datetime

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

Remarks

To receive notification of this event, the ServerEvents property must first be 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

© 1996-1998 Microsoft Corporation. All rights reserved.