Skip to content

StreamProviderExtensions.GetStream(IStreamProvider, string, string)

GetStream(IStreamProvider, string, string)

staticextension
View source
public static IAsyncStream<T> GetStream<T>(this IStreamProvider streamProvider, string ns, string id)
Gets the stream with the specified identity and namespace.

Parameters

streamProviderIStreamProvider
The stream provider.
nsstring
The namespace.
idstring
The identifier.

Returns

The stream.