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