GrainExtensions.GetGrainId(IAddressable) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定されたグレインに対応するグレイン 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 がありません。