Поделиться через


GrainTypeAttribute.GetGrainType(IServiceProvider, Type) Метод

Определение

Возвращает для GrainType присоединенного Type.

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

Параметры

services
IServiceProvider

Поставщик службы.

type
Type

Класс grain.

Возвращаемое значение

Реализации

Применяется к