次の方法で共有


GrainInterfaceTypeAttribute.GetGrainInterfaceType メソッド

定義

グレイン インターフェイス識別子を取得します。

public Orleans.Runtime.GrainInterfaceType GetGrainInterfaceType (IServiceProvider services, Type type);
abstract member GetGrainInterfaceType : IServiceProvider * Type -> Orleans.Runtime.GrainInterfaceType
override this.GetGrainInterfaceType : IServiceProvider * Type -> Orleans.Runtime.GrainInterfaceType
Public Function GetGrainInterfaceType (services As IServiceProvider, type As Type) As GrainInterfaceType

パラメーター

services
IServiceProvider

サービス プロバイダー。

type
Type

グレイン インターフェイスの種類。

戻り値

指定 GrainInterfaceType された型に対応する 。

実装

適用対象