Condividi tramite


GrainInterfaceTypeAttribute.GetGrainInterfaceType Metodo

Definizione

Ottiene l'identificatore dell'interfaccia di granularità.

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

Parametri

services
IServiceProvider

Provider del servizio.

type
Type

Tipo di interfaccia granulare.

Restituisce

Corrispondente GrainInterfaceType al tipo specificato.

Implementazioni

Si applica a