ITransactionTestGrain.Add(Int32) 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.
apply add operation to every transaction state
[Orleans.Transaction(Orleans.TransactionOption.CreateOrJoin)]
public System.Threading.Tasks.Task<int[]> Add (int numberToAdd);
[<Orleans.Transaction(Orleans.TransactionOption.CreateOrJoin)>]
abstract member Add : int -> System.Threading.Tasks.Task<int[]>
Public Function Add (numberToAdd As Integer) As Task(Of Integer())
Parameters
- numberToAdd
- Int32
Returns
- Attributes