KeyValueStoreReplica.TryRemove 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.
Overloads
TryRemove(TransactionBase, String)
public bool TryRemove(System.Fabric.TransactionBase transactionBase, string key);
member this.TryRemove : System.Fabric.TransactionBase * string -> bool
Public Function TryRemove (transactionBase As TransactionBase, key As String) As Boolean
Parameters
- transactionBase
- TransactionBase
- key
- System.String
Returns
System.Boolean
Applies to
TryRemove(TransactionBase, String, Int64)
public bool TryRemove(System.Fabric.TransactionBase transactionBase, string key, long checkSequenceNumber);
member this.TryRemove : System.Fabric.TransactionBase * string * int64 -> bool
Public Function TryRemove (transactionBase As TransactionBase, key As String, checkSequenceNumber As Long) As Boolean
Parameters
- transactionBase
- TransactionBase
- key
- System.String
- checkSequenceNumber
- System.Int64
Returns
System.Boolean