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