IGrainReferenceConverter.GetGrainFromKeyInfo(GrainReferenceKeyInfo) 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 info struct.
public Orleans.Runtime.GrainReference GetGrainFromKeyInfo (Orleans.Serialization.GrainReferenceKeyInfo keyInfo);
abstract member GetGrainFromKeyInfo : Orleans.Serialization.GrainReferenceKeyInfo -> Orleans.Runtime.GrainReference
Public Function GetGrainFromKeyInfo (keyInfo As GrainReferenceKeyInfo) As GrainReference
Parameters
- keyInfo
- GrainReferenceKeyInfo
The key info.
Returns
The newly created grain reference.