IStreamSubscriptionHandleFactory.Create<T> メソッド

定義

このインスタンスによって識別されるストリームとサブスクリプションのストリーム サブスクリプション ハンドルを作成します。

public Orleans.Streams.StreamSubscriptionHandle<T> Create<T> ();
abstract member Create : unit -> Orleans.Streams.StreamSubscriptionHandle<'T>
Public Function Create(Of T) () As StreamSubscriptionHandle(Of T)

型パラメーター

T

ストリーム要素の型。

戻り値

新しいストリーム サブスクリプション ハンドル。

適用対象