SQLSelect.SuspendNotification Method (Typed) | |
Suspend the broadcasting of Notify messages to the server's attached clients.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.21
Syntax VIRTUAL METHOD SuspendNotification() AS LONG
public override int SuspendNotification()
Request Example
View SourceReturn Value
Type:
LongRemarks
This method is useful, for example, when the server is moving through the database and the server is ultimately restored to its original position. Therefore, there is no reason to notify the clients of the server of a change in position within the database.
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