ISupportedAttributionGrain.GetNestedTransactionIds 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.
[Orleans.Transaction(Orleans.TransactionOption.Supported)]
public System.Threading.Tasks.Task<System.Collections.Generic.List<string>[]> GetNestedTransactionIds (int tier, System.Collections.Generic.List<Orleans.Transactions.TestKit.ITransactionAttributionGrain>[] tiers);
[<Orleans.Transaction(Orleans.TransactionOption.Supported)>]
abstract member GetNestedTransactionIds : int * System.Collections.Generic.List<Orleans.Transactions.TestKit.ITransactionAttributionGrain>[] -> System.Threading.Tasks.Task<System.Collections.Generic.List<string>[]>
Public Function GetNestedTransactionIds (tier As Integer, tiers As List(Of ITransactionAttributionGrain)()) As Task(Of List(Of String)())
Parameters
- tier
- Int32
- tiers
- List<ITransactionAttributionGrain>[]
Returns
- Attributes