GrainReferenceExtensions.ToShortKeyString(GrainReference) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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