你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

KeyValueStoreReplica.TryGetValue(TransactionBase, String) 方法

定义

尝试以字节数组的形式获取与指定键关联的存储值。

public byte[] TryGetValue (System.Fabric.TransactionBase transactionBase, string key);
member this.TryGetValue : System.Fabric.TransactionBase * string -> byte[]
Public Function TryGetValue (transactionBase As TransactionBase, key As String) As Byte()

参数

transactionBase
TransactionBase

事务实例。

key
String

要作为字符串) (检索的值的键或索引。 长度限制为 800 个字符。

返回

Byte[]

表示存储值的字节数组;如果指定的键不存在,则为 null。

适用于