This topic has not yet been rated - Rate this topic

Microsoft.ApplicationServer.StoreProvider Namespace

This namespace contains types that you can use to create instance store providers.

An instance store provider for an instance store exposes an API that clients invoke to create instance store objects. The client uses the instance store object to save a workflow instance to the underlying instance store (for example: a SQL Server database) or to load an instance from the instance store.

AppFabric includes an instance store provider for the SQL Workflow Instance Store. To support a different instance store, you must create an instance store provider for that instance store. To create an instance store provider, you should create a class that derives from the InstanceStoreProvider class and implements methods in that class.

ClassDescription
InstanceStoreProviderRepresents the base class for all instance store providers.
  http://msdn.microsoft.com/en-us/library/microsoft.applicationserver.storeprovider.instancestoreprovider.aspx 2011-08-26
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.