Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Clarify OP_RESOURCE_CLOSE usage

...

Name

Code

OP_QUERY_CONTINUOUS2006

OP_QUERY_CONTINUOUS_EVENT_NOTIFICATION

2007

Existing OP_RESOURCE_CLOSE should be used to stop the continuous query using the id provided in the OP_QUERY_CONTINUOUS response message.

OP_QUERY_CONTINUOUS message format

...

Response
longcontinuousQueryId - used to retrieve initial query data and stop the query with OP_RESOURCE_CLOSE
intcolumnCount (when initial query is SQL)
n * stringcolumn names (when initial query is SQL)

...