Windows Media Services SDK banner art
PreviousNext

OnEventBacklogReached Event

Indicates that the application has fallen too far behind, and has been disconnected. In this version of the Windows Media Unicast Admin control, this event is never fired.

Syntax

NSUnicastMgr_OnEventBacklogReached( DateTime )

Parameters

DateTime

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

Remarks

This event is not fired, and is reserved for future use.

This event is fired when the instance of the server running the administration page cannot keep up with the events being fired on the server, causing the advise sink connection to be disconnected.

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

Example

Sub NSUnicastMgr_OnEventBacklogReached(DateTime)
  MsgBox ("Server disconnecting due to event backlog at" & DateTime & ".")
End Sub

See Also

AdminEvents

PreviousNext


© 1996-1999 Microsoft Corporation. All rights reserved.