共用方式為


GrainIdKeyExtensions.CreateIntegerKey 方法

定義

多載

CreateIntegerKey(Int64)

建立代表 IdSpan 索引鍵的 Int64

CreateIntegerKey(Int64, ReadOnlySpan<Byte>)

建立 , IdSpan 表示 Int64 索引鍵和金鑰延伸字串。

CreateIntegerKey(Int64, String)

建立 , IdSpan 表示 Int64 索引鍵和金鑰延伸字串。

CreateIntegerKey(Int64)

建立代表 IdSpan 索引鍵的 Int64

public static Orleans.Runtime.IdSpan CreateIntegerKey (long key);
static member CreateIntegerKey : int64 -> Orleans.Runtime.IdSpan
Public Function CreateIntegerKey (key As Long) As IdSpan

參數

key
Int64

索引鍵。

傳回

IdSpan 表示提供的索引鍵。

適用於

CreateIntegerKey(Int64, ReadOnlySpan<Byte>)

建立 , IdSpan 表示 Int64 索引鍵和金鑰延伸字串。

public static Orleans.Runtime.IdSpan CreateIntegerKey (long key, ReadOnlySpan<byte> keyExtension);
static member CreateIntegerKey : int64 * ReadOnlySpan<byte> -> Orleans.Runtime.IdSpan
Public Function CreateIntegerKey (key As Long, keyExtension As ReadOnlySpan(Of Byte)) As IdSpan

參數

key
Int64

索引鍵。

keyExtension
ReadOnlySpan<Byte>

UTF-8 編碼金鑰延伸模組。

傳回

IdSpan 表示提供的金鑰和金鑰延伸模組。

適用於

CreateIntegerKey(Int64, String)

建立 , IdSpan 表示 Int64 索引鍵和金鑰延伸字串。

public static Orleans.Runtime.IdSpan CreateIntegerKey (long key, string? keyExtension);
static member CreateIntegerKey : int64 * string -> Orleans.Runtime.IdSpan
Public Function CreateIntegerKey (key As Long, keyExtension As String) As IdSpan

參數

key
Int64

索引鍵。

keyExtension
String

索引鍵延伸模組。

傳回

IdSpan 表示提供的金鑰和金鑰延伸模組。

適用於