Condividi tramite


GrainIdKeyExtensions.TryGetIntegerKey(GrainId, Int64, String) Metodo

Definizione

Tenta di analizzare la Key parte dell'ID granulare specificato per estrarre una chiave e String un'estensione Int64 della chiave.

public static bool TryGetIntegerKey (this Orleans.Runtime.GrainId grainId, out long key, out string? keyExt);
static member TryGetIntegerKey : Orleans.Runtime.GrainId * int64 * string -> bool
<Extension()>
Public Function TryGetIntegerKey (grainId As GrainId, ByRef key As Long, ByRef keyExt As String) As Boolean

Parametri

grainId
GrainId

ID granulare.

key
Int64

Chiave.

keyExt
String

Estensione chiave.

Restituisce

true quando l'ID granulare è stato analizzato correttamente, false in caso contrario.

Si applica a