Builds a new StateManager
            
 
    Namespace: 
   WorkflowGen.My.Web.UI.WebForms
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.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