PersistentStreamProvider<TAdapterFactory>.GetStream<T> Method
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.
C#
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)
- T
- id
- Guid
- streamNamespace
- String
Toode | Versioonid |
---|---|
.NET Orleans | 1.5.10 |