SQLSelect.ResetNotification Method (Typed) | |
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.21
Syntax VIRTUAL METHOD ResetNotification() AS LONG
public override int ResetNotification()
Request Example
View SourceReturn Value
Type:
LongRemarks
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