GetStream(IStreamProvider, string)
staticextension
public static IAsyncStream<T> GetStream<T>(this IStreamProvider streamProvider, string id) Gets the stream with the specified identity and namespace.
Parameters
streamProviderIStreamProvider- The stream provider.
idstring- The identifier.
Returns
The stream.
