Builds a new StateManager
            
 
Namespace: WorkflowGen.My.Web.UI.WebFormsAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic StateManager(
	bool useSession,
	Object stateCollection
)
Public Sub New ( 
	useSession As Boolean,
	stateCollection As Object
)
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