共用方式為


IGrainInterfaceTypeProviderAttribute.GetGrainInterfaceType 方法

定義

取得粒紋介面識別碼。

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 至所提供型別的 。

適用於