IsolatedStorageStatePersistenceService.GetStream Method (String)

Retrieves the Stream to use as the storage for the state.

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

Syntax

'Declaration
Protected Overrides Function GetStream ( _
    id As String _
) As Stream
'Usage
Dim id As String
Dim returnValue As Stream

returnValue = Me.GetStream(id)
protected override Stream GetStream (
    string id
)
protected:
virtual Stream^ GetStream (
    String^ id
) override
protected Stream GetStream (
    String id
)
protected override function GetStream (
    id : String
) : Stream

Parameters

  • id
    The identifier of the state.

Return Value

The storage stream.

See Also

Reference

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