KeyValueStoreReplica.TryGetValue(TransactionBase, String) Method
Definition
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.
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()
Parameters
- transactionBase
- TransactionBase
- key
- System.String
Returns
System.Byte[]