NStateManager Class Members
In This Topic
The following tables list the members exposed by NStateManager.
Public Properties
| Name | Description |
 | StateId | Gets/sets the state object id. |
Top
Public Methods
| Name | Description |
 | AcquireState | Override this method to implement the state lookup logic. |
 | BuildIdQueryString | Provides a query string part for state identification transport over http. |
 | CleanUp | Removes an existing state object, stored by this state manager. |
 | Equals | |
 | ExpirationCheck | Override this method to implement the expiration logic. |
 | GetHashCode | |
 | StoreState | Override this method to implement the state storage logic. |
Top
See Also