The ContinuousQuery type exposes the following members.

Constructors

  NameDescription
Public methodContinuousQuery
Initializes a new instance of the ContinuousQuery class.

Methods

  NameDescription
Public methodEquals
Compares two instances of ContinuousQuery for equality.
(Overrides Object..::..Equals(Object).)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Compoutes the hash code for the current object.
(Overrides Object..::..GetHashCode()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRegisterAddNotification
Registers notification for item added in ContinuousQuery resultset.
Public methodRegisterRemoveNotification
Registers notification for item removed from ContinuousQuery resultset.
Public methodRegisterUpdateNotification
Registers notification for item updated in ContinuousQuery resultset.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyQuery
Query text.
Public propertyValues
Query values.

See Also