This documentation is archived and is not being maintained.
LockingPersistenceProvider Class
Visual Studio 2008
The abstract base class from which all durable service persistence providers that implement locking are derived.
Assembly: System.WorkflowServices (in System.WorkflowServices.dll)
In addition to persistence, the LockingPersistenceProvider class implements locking of service state data records. Methods that interact with persisted data (such as Load) have an optional parameter (lockInstance) that defines whether or not locks on the data in question will be released or maintained.
System.Object
System.ServiceModel.Channels.CommunicationObject
System.ServiceModel.Persistence.PersistenceProvider
System.ServiceModel.Persistence.LockingPersistenceProvider
System.ServiceModel.Channels.CommunicationObject
System.ServiceModel.Persistence.PersistenceProvider
System.ServiceModel.Persistence.LockingPersistenceProvider
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: