Previous | Next |
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
Previous | Next |