The ENEQueryInfo type exposes the following members.

Constructors

  NameDescription
Public methodENEQueryInfo()()()()
Constructor. Basic constructor for the ENEQueryInfo.
Public methodENEQueryInfo(String)
Constructor. Takes in sessionId and sets it as the value for the sid key. The constructor automatically generates the query ID and sets it as the value for the rid key.
Public methodENEQueryInfo(String, String)
Constructor. Takes in sessionId and queryId and sets the IDs as logging parameters for the sid and rid keys respectively.

Methods

  NameDescription
Public methodAdd
Adds a key/value pair to the ENEQueryInfo object.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from 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
Serves as a hash function for a particular type.
(Inherited from Object.)
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 methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyQueryIdentifier
Gets the value of the Query ID key or sets it to a specified String.
Public propertySessionIdentifier
Gets the value of the Session ID key or sets it to a specified String.

See Also