OnEventBacklogReached Event

Indicates that the application has fallen too far behind and has been disconnected.

Syntax

NSUnicastMgr_OnEventBacklogReached( datetime )

Parameters

datetime

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

Remarks

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.

To receive notification of this event, the ServerEvents property must first be set to TRUE.

Example

Sub NSUnicastMgr_OnEventBacklogReached( datetime)
  MsgBox( "server disconnecting due to event backlog at " & datetime)
End Sub

See Also

AdminEvents

© 1996-1998 Microsoft Corporation. All rights reserved.