GrainReferenceExtensions.ToShortKeyString(GrainReference) Method

Definition

Key string for grain references as unique as ToKeyString, but shorter and parseable. Intended for use where uniqueness and brevity are important.

public static string ToShortKeyString (this Orleans.Runtime.GrainReference grainRef);
static member ToShortKeyString : Orleans.Runtime.GrainReference -> string
<Extension()>
Public Function ToShortKeyString (grainRef As GrainReference) As String

Parameters

grainRef
GrainReference

Returns

Applies to