Condividi tramite


GrainInterfaceTypeToGrainTypeResolver.GetGrainType Metodo

Definizione

Overload

GetGrainType(GrainInterfaceType)

Restituisce un oggetto GrainType che implementa l'oggetto fornito GrainInterfaceType.

GetGrainType(GrainInterfaceType, String)

Restituisce l'oggetto GrainType che supporta l'oggetto specificato GrainInterfaceType e che ha un nome di tipo di implementazione che inizia con la stringa di prefisso specificata.

GetGrainType(GrainInterfaceType)

Restituisce un oggetto GrainType che implementa l'oggetto fornito GrainInterfaceType.

public Orleans.Runtime.GrainType GetGrainType (Orleans.Runtime.GrainInterfaceType interfaceType);
member this.GetGrainType : Orleans.Runtime.GrainInterfaceType -> Orleans.Runtime.GrainType
Public Function GetGrainType (interfaceType As GrainInterfaceType) As GrainType

Parametri

interfaceType
GrainInterfaceType

Restituisce

Si applica a

GetGrainType(GrainInterfaceType, String)

Restituisce l'oggetto GrainType che supporta l'oggetto specificato GrainInterfaceType e che ha un nome di tipo di implementazione che inizia con la stringa di prefisso specificata.

public Orleans.Runtime.GrainType GetGrainType (Orleans.Runtime.GrainInterfaceType interfaceType, string prefix);
member this.GetGrainType : Orleans.Runtime.GrainInterfaceType * string -> Orleans.Runtime.GrainType
Public Function GetGrainType (interfaceType As GrainInterfaceType, prefix As String) As GrainType

Parametri

interfaceType
GrainInterfaceType
prefix
String

Restituisce

Si applica a