Skip to content

GrainIdKeyExtensions.CreateGuidKey(Guid, string?)

CreateGuidKey(Guid, string?)

static
View source
public static IdSpan CreateGuidKey(Guid key, string? keyExtension)
Creates an IdSpan representing a System.Guid key and key extension string.

Parameters

keyGuid
The key.
keyExtensionstring?
The key extension.

Returns

An IdSpan representing the provided key and key extension.