StreamProviderExtensions Class
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.
Extensions for IStreamProvider.
public static class StreamProviderExtensions
type StreamProviderExtensions = class
Public Module StreamProviderExtensions
- Inheritance
-
StreamProviderExtensions
Methods
GetStream<T>(IStreamProvider, Guid) |
Gets the stream with the specified identity and namespace. |
GetStream<T>(IStreamProvider, Int64) |
Gets the stream with the specified identity and namespace. |
GetStream<T>(IStreamProvider, String, Guid) |
Gets the stream with the specified identity and namespace. |
GetStream<T>(IStreamProvider, String, Int64) |
Gets the stream with the specified identity and namespace. |
GetStream<T>(IStreamProvider, String, String) |
Gets the stream with the specified identity and namespace. |
GetStream<T>(IStreamProvider, String) |
Gets the stream with the specified identity and namespace. |