Summary: The abstract base class from which all persistence services are derived. Use this class as the base class to create custom persistence services. The following must be implemented * LoadCompletedContextActivity * LoadWorkflowInstanceState * SaveCompletedContextActivity * SaveWorkflowInstanceState Watch this screencast my MikeTaulty to see how to implement a custom persistence Services: http://go.microsoft.com/?linkid=5151520 The SqlCeWorkflowPersistenceService is another example of how to implement your own WorkflowPersistenceService.
Edit WF.WorkflowPersis...
You do not have permission to change this topic.