TransactionCoordinatorGrain.MultiGrainSet 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 System.Threading.Tasks.Task MultiGrainSet (System.Collections.Generic.List<Orleans.Transactions.TestKit.ITransactionTestGrain> grains, int newValue);
abstract member MultiGrainSet : System.Collections.Generic.List<Orleans.Transactions.TestKit.ITransactionTestGrain> * int -> System.Threading.Tasks.Task
override this.MultiGrainSet : System.Collections.Generic.List<Orleans.Transactions.TestKit.ITransactionTestGrain> * int -> System.Threading.Tasks.Task
Public Function MultiGrainSet (grains As List(Of ITransactionTestGrain), newValue As Integer) As Task
Parameters
- grains
- List<ITransactionTestGrain>
- newValue
- Int32