ImplicitConsumerGrainExtensions.GetImplicitStreamIdentity メソッド

定義

StreamIdentityグレインが暗黙的にサブスクライブされるストリームのコンストラクト。

public static Orleans.Streams.StreamIdentity GetImplicitStreamIdentity (this Orleans.IGrainWithGuidCompoundKey grain);
static member GetImplicitStreamIdentity : Orleans.IGrainWithGuidCompoundKey -> Orleans.Streams.StreamIdentity
<Extension()>
Public Function GetImplicitStreamIdentity (grain As IGrainWithGuidCompoundKey) As StreamIdentity

パラメーター

grain
IGrainWithGuidCompoundKey

暗黙的にサブスクライブされたグレイン。

戻り値

ストリーム ID (キー + 名前空間)。

適用対象