Share via


IsolatedStorageStatePersistenceService Constructors

Definition

Overloads

IsolatedStorageStatePersistenceService()
IsolatedStorageStatePersistenceService(IsolatedStorageScope)

IsolatedStorageStatePersistenceService()

public:
 IsolatedStorageStatePersistenceService();
public IsolatedStorageStatePersistenceService ();
Public Sub New ()

Applies to

IsolatedStorageStatePersistenceService(IsolatedStorageScope)

public:
 IsolatedStorageStatePersistenceService(System::IO::IsolatedStorage::IsolatedStorageScope scope);
public IsolatedStorageStatePersistenceService (System.IO.IsolatedStorage.IsolatedStorageScope scope);
new Microsoft.Practices.CompositeUI.Services.IsolatedStorageStatePersistenceService : System.IO.IsolatedStorage.IsolatedStorageScope -> Microsoft.Practices.CompositeUI.Services.IsolatedStorageStatePersistenceService
Public Sub New (scope As IsolatedStorageScope)

Parameters

Applies to