StreamStatePersistenceService.GetStream Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| GetStream(String) | |
| GetStream(String, Boolean) |
GetStream(String)
GetStream(String, Boolean)
protected:
virtual System::IO::Stream ^ GetStream(System::String ^ id, [Runtime::InteropServices::Out] bool % shouldDispose);
protected virtual System.IO.Stream GetStream(string id, out bool shouldDispose);
abstract member GetStream : string * bool -> System.IO.Stream
override this.GetStream : string * bool -> System.IO.Stream
Protected Overridable Function GetStream (id As String, ByRef shouldDispose As Boolean) As Stream
Parameters
- id
- String
- shouldDispose
- Boolean