Condividi tramite


GrainTypeAttribute.GetGrainType(IServiceProvider, Type) Metodo

Definizione

Ottiene l'oggetto GrainType per l'oggetto collegato 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

Parametri

services
IServiceProvider

Provider del servizio.

type
Type

Classe granulare.

Restituisce

Implementazioni

Si applica a