GrainIdKeyExtensions.TryGetGuidKey(GrainId, Guid, String) Method
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.
C#
public static bool TryGetGuidKey(this Orleans.Runtime.GrainId grainId, out Guid key, out string? keyExt);
static member TryGetGuidKey : Orleans.Runtime.GrainId * Guid * string -> bool
<Extension()>
Public Function TryGetGuidKey (grainId As GrainId, ByRef key As Guid, ByRef keyExt As String) As Boolean
- grainId
- GrainId
The grain id.
- key
- Guid
The key.
- keyExt
- String
The key extension.
true
when the grain id was successfully parsed, false
otherwise.
Продукт | Версии |
---|---|
.NET Orleans | 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |