Click or drag to resize

SQLSelect.ResetNotification Method (Typed)

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

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD ResetNotification() AS LONG
Request Example View Source

Return Value

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