IStreamSubscriptionHandleFactory.Create<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.
Creates a stream subscription handle for the stream and subscription identified by this instance.
public Orleans.Streams.StreamSubscriptionHandle<T> Create<T> ();
abstract member Create : unit -> Orleans.Streams.StreamSubscriptionHandle<'T>
Public Function Create(Of T) () As StreamSubscriptionHandle(Of T)
Type Parameters
- T
The stream element type.
Returns
The new stream subscription handle.