Edit

Share via


StreamSubscriptionHandlerFactory.Create<T> Method

Definition

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>
override this.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.

Implements

Applies to