Click or drag to resize

StateManager Constructor

Builds a new StateManager

Namespace:  WorkflowGen.My.Web.UI.WebForms
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public StateManager(
	bool useSession,
	Object stateCollection
)

Parameters

useSession
Type: SystemBoolean
Using the session or not
stateCollection
Type: SystemObject
The collection which should hold the state (StateBag or HttpSessionState object)
See Also