KeyValueStoreReplica.TryAdd(TransactionBase, String, Byte[]) 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 bool TryAdd(System.Fabric.TransactionBase transactionBase, string key, byte[] value);
member this.TryAdd : System.Fabric.TransactionBase * string * byte[] -> bool
Public Function TryAdd (transactionBase As TransactionBase, key As String, value As Byte()) As Boolean
Parameters
- transactionBase
- TransactionBase
- key
- System.String
- value
- System.Byte[]
Returns
System.Boolean