Share via


IsolatedStorageStatePersistenceService Class

Service that uses isolated storage for state persistence.

Namespace: Microsoft.Practices.CompositeUI.Services
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Public Class IsolatedStorageStatePersistenceService
    Inherits StreamStatePersistenceService
'Usage
Dim instance As IsolatedStorageStatePersistenceService
public class IsolatedStorageStatePersistenceService : StreamStatePersistenceService
public ref class IsolatedStorageStatePersistenceService : public StreamStatePersistenceService
public class IsolatedStorageStatePersistenceService extends StreamStatePersistenceService
public class IsolatedStorageStatePersistenceService extends StreamStatePersistenceService

Inheritance Hierarchy

System.Object
   Microsoft.Practices.CompositeUI.Services.StreamStatePersistenceService
    Microsoft.Practices.CompositeUI.Services.IsolatedStorageStatePersistenceService

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

IsolatedStorageStatePersistenceService Members
Microsoft.Practices.CompositeUI.Services Namespace