次の方法で共有


GrainExtensions.GetGrainId(IAddressable) メソッド

定義

指定されたグレインに対応するグレイン ID を返します。

public static Orleans.Runtime.GrainId GetGrainId (this Orleans.Runtime.IAddressable grain);
static member GetGrainId : Orleans.Runtime.IAddressable -> Orleans.Runtime.GrainId
<Extension()>
Public Function GetGrainId (grain As IAddressable) As GrainId

パラメーター

grain
IAddressable

グレイン

戻り値

指定されたグレインに対応するグレイン ID。

例外

指定された値の型が間違っているか、ID がありません。

適用対象