IManagementGrain.GetGrainActivationCount(GrainReference) メソッド

定義

特定のグレインの種類のグレインアクティブ化数を取得します。

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

グレイン参照。

戻り値

指定されたグレイン参照と同じ型のグレインのアクティブ化の数を取得します。

適用対象