IManagementGrain.GetGrainActivationCount(GrainReference) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
特定のグレインの種類のグレインアクティブ化数を取得します。
public System.Threading.Tasks.Task<int> GetGrainActivationCount (Orleans.Runtime.GrainReference grainReference);
abstract member GetGrainActivationCount : Orleans.Runtime.GrainReference -> System.Threading.Tasks.Task<int>
Public Function GetGrainActivationCount (grainReference As GrainReference) As Task(Of Integer)
パラメーター
- grainReference
- GrainReference
グレイン参照。
戻り値
指定されたグレイン参照と同じ型のグレインのアクティブ化の数を取得します。