.
Summary
Persistence services are responsible for storing and retrieving (loading and unloading) workflow instance state. WF provides an out-of-box SQL-based implementation of the persistence service: SqlWorkflowPersistenceService .
Two shared members GetDefaultSerializedForm and RestoreFromDefaultSerializedForm are used to save and restore the workflow to an array of bytes.
A WorkflowOwnershipException is reaised when the workflow runtime tries to either load or persist a workflow that is no longer owns.
Represents a persistence service that uses a SQL database to store workflow state information.
23-11-2009 15:29:56 - MauriceDeBeijer-80.126.16.139
Retrieves the serialized default form of the Activity.
23-11-2009 15:22:43 - MauriceDeBeijer-80.126.16.139
Restores the Activity from its serialized form.
23-11-2009 15:27:28 - -80.126.16.139
A WorkflowOwnershipException is reaised when the workflow runtime tries to either load or persist a workflow that is no longer owns.
23-11-2009 15:32:39 - -80.126.16.139