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