IGrainInterfaceTypeProviderAttribute.GetGrainInterfaceType メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
グレイン インターフェイス識別子を取得します。
public Orleans.Runtime.GrainInterfaceType GetGrainInterfaceType (IServiceProvider services, Type type);
abstract member GetGrainInterfaceType : IServiceProvider * Type -> Orleans.Runtime.GrainInterfaceType
Public Function GetGrainInterfaceType (services As IServiceProvider, type As Type) As GrainInterfaceType
パラメーター
- services
- IServiceProvider
サービス プロバイダー。
- type
- Type
グレイン インターフェイスの種類。
戻り値
指定 GrainInterfaceType された型に対応する 。