Compartir a través de


GrainTypeAttribute.GetGrainType(IServiceProvider, Type) Método

Definición

Obtiene para GrainType el objeto adjunto 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

Parámetros

services
IServiceProvider

Proveedor de servicios.

type
Type

Clase de grano.

Devoluciones

Implementaciones

Se aplica a