Share via


QueryNotification Members

Include Protected Members
Include Inherited Members

Provides information consumed by the ProactiveCaching element. The information is about the query to execute to determine whether a data source has been modified.

The QueryNotification type exposes the following members.

Constructors

  Name Description
Public method QueryNotification() Initializes a new instance of the QueryNotification class using default values.
Public method QueryNotification(String) Initializes a new instance of QueryNotification using a query parameter.

Top

Methods

  Name Description
Public method Clone() Creates a new full copy of an object.
Public method CopyTo(QueryNotification) Copies a QueryNotification object to the specified object.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Query Gets or sets the query associated with a QueryNotification element.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICloneable.Clone()

Top