Compartilhar via


GrainServiceClient<TGrainService>.GetGrainService Método

Definição

Sobrecargas

GetGrainService(GrainId)

Obtenha uma referência ao GrainService responsável por ação da solicitação com base no callingGrainId.

GetGrainService(SiloAddress)

Obtenha uma referência ao GrainService responsável por ação da solicitação com base no destination.

GetGrainService(UInt32)

Obtenha uma referência ao GrainService responsável por ação da solicitação com base no key.

GetGrainService(GrainId)

Obtenha uma referência ao GrainService responsável por ação da solicitação com base no callingGrainId.

protected TGrainService GetGrainService (Orleans.Runtime.GrainId callingGrainId);
member this.GetGrainService : Orleans.Runtime.GrainId -> 'GrainService
Protected Function GetGrainService (callingGrainId As GrainId) As TGrainService

Parâmetros

callingGrainId
GrainId

Retornos

TGrainService

Aplica-se a

GetGrainService(SiloAddress)

Obtenha uma referência ao GrainService responsável por ação da solicitação com base no destination.

protected TGrainService GetGrainService (Orleans.Runtime.SiloAddress destination);
member this.GetGrainService : Orleans.Runtime.SiloAddress -> 'GrainService
Protected Function GetGrainService (destination As SiloAddress) As TGrainService

Parâmetros

destination
SiloAddress

Retornos

TGrainService

Aplica-se a

GetGrainService(UInt32)

Obtenha uma referência ao GrainService responsável por ação da solicitação com base no key.

protected TGrainService GetGrainService (uint key);
member this.GetGrainService : uint32 -> 'GrainService
Protected Function GetGrainService (key As UInteger) As TGrainService

Parâmetros

key
UInt32

Retornos

TGrainService

Aplica-se a