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)
Syntaxpublic StateManager(
bool useSession,
Object stateCollection
)
Public Sub New (
useSession As Boolean,
stateCollection As Object
)
Parameters
- useSession
- Type: System.Boolean
Using the session or not - stateCollection
- Type: System.Object
The collection which should hold the state (StateBag or HttpSessionState object)
See Also