isee.NET Framework Documentation

StateProvider Members

StateProvider overview

Public Static (Shared) Methods

Equals (inherited from Object) Determines whether the specified Object instances are considered equal.
ReferenceEquals (inherited from Object) Determines whether the specified Object instances are the same instance.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetApplicationObject When implemented in a derived class, gets an application wide object that is valid for any user of the application
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetSessionObject When implemented in a derived class, gets an object that is stored for the user's session
GetType (inherited from Object) Gets the Type of the current instance.
SetApplicationObject When implemented in a derived class, sets an application level object that is valid for any user of the application
SetSessionObject When implemented in a derived class, sets an object for a user's session
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Constructors

StateProvider Constructor Initializes a new instance of the StateProvider class.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

StateProvider Class | iseesystems.iseeNET Namespace