IGrainTypeProviderAttribute.GetGrainType(IServiceProvider, Type) メソッド

定義

アタッチされている TypeGrainType を取得します。

public Orleans.Runtime.GrainType GetGrainType (IServiceProvider services, Type type);
abstract member GetGrainType : IServiceProvider * Type -> Orleans.Runtime.GrainType
Public Function GetGrainType (services As IServiceProvider, type As Type) As GrainType

パラメーター

services
IServiceProvider

サービス プロバイダー。

type
Type

グレイン クラス。

戻り値

適用対象