IsolatedStorageStatePersistenceService Constructor (IsolatedStorageScope)

Initializes the service with a specific isolated storage scope.

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

Syntax

'Declaration
Public Sub New ( _
    scope As IsolatedStorageScope _
)
'Usage
Dim scope As IsolatedStorageScope

Dim instance As New IsolatedStorageStatePersistenceService(scope)
public IsolatedStorageStatePersistenceService (
    IsolatedStorageScope scope
)
public:
IsolatedStorageStatePersistenceService (
    IsolatedStorageScope scope
)
public IsolatedStorageStatePersistenceService (
    IsolatedStorageScope scope
)
public function IsolatedStorageStatePersistenceService (
    scope : IsolatedStorageScope
)

Parameters

  • scope

See Also

Reference

IsolatedStorageStatePersistenceService Class
IsolatedStorageStatePersistenceService Members
Microsoft.Practices.CompositeUI.Services Namespace