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