Partilhar via


GrainExtensions.GetGrainId(IAddressable) Método

Definição

Retorna a ID de granularidade correspondente à granularidade fornecida.

public static Orleans.Runtime.GrainId GetGrainId (this Orleans.Runtime.IAddressable grain);
static member GetGrainId : Orleans.Runtime.IAddressable -> Orleans.Runtime.GrainId
<Extension()>
Public Function GetGrainId (grain As IAddressable) As GrainId

Parâmetros

grain
IAddressable

A granularidade

Retornos

A ID de granularidade correspondente à granularidade fornecida.

Exceções

O valor fornecido tem o tipo errado ou não tem nenhuma ID.

Aplica-se a