GrainIdKeyExtensions.CreateIntegerKey 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
CreateIntegerKey(Int64) | |
CreateIntegerKey(Int64, ReadOnlySpan<Byte>) | |
CreateIntegerKey(Int64, String) |
CreateIntegerKey(Int64)
CreateIntegerKey(Int64, ReadOnlySpan<Byte>)
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)
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 表示提供的金鑰和金鑰延伸模組。