共用方式為


TransactionCoordinatorGrain.MultiGrainSet 方法

定義

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

參數

newValue
Int32

傳回

實作

適用於