IGrainReferenceConverter.GetGrainFromKeyString(String) 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.
Creates a grain reference from a storage key string.
public Orleans.Runtime.GrainReference GetGrainFromKeyString (string key);
abstract member GetGrainFromKeyString : string -> Orleans.Runtime.GrainReference
Public Function GetGrainFromKeyString (key As String) As GrainReference
Parameters
- key
- String
The key string.
Returns
The newly created grain reference.