Click or drag to resize

DataServer.ResetNotification Method

X#
Resume the broadcasting of Notify messages to the server's attached clients (after DataServer:SuspendNotification() has been called).

Namespace:  VO
Assembly:  VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD ResetNotification() AS USUAL
Request Example View Source

Return Value

Type: Usual
Remarks
This method is used in conjunction with DataServer:SuspendNotification(), which suspends the broadcasting of Notify messages. Note that DataServer:SuspendNotification() stacks its invocations. Therefore, for each call to DataServer:SuspendNotification(), there needs to be a corresponding call DataServer:ResetNotification().
See Also