RegisteredQueryIds Property
In This Topic
Returns the list of the registered CHANGE_NOTIFICATION_QUERY_IDs that uniquely identify the queries registered for change notification. The received notifications will also contain these IDs, allowing applications to determine the query that the notifications are for..
Syntax
'Declaration
Public ReadOnly Property RegisteredQueryIds As List(Of Long)
public List<long> RegisteredQueryIds {get;}
Property Value
The list of the registered CHANGE_NOTIFICATION_QUERY_IDs.
See Also