PersistentStreamProvider<TAdapterFactory>.GetStream<T> Method
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.
public Orleans.Streams.IAsyncStream<T> GetStream<T> (Guid id, string streamNamespace);
abstract member GetStream : Guid * string -> Orleans.Streams.IAsyncStream<'T>
override this.GetStream : Guid * string -> Orleans.Streams.IAsyncStream<'T>
Public Function GetStream(Of T) (id As Guid, streamNamespace As String) As IAsyncStream(Of T)
Type Parameters
- T
Parameters
- id
- Guid
- streamNamespace
- String