Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ClientBuilderExtensions.UseTransactions(IClientBuilder) Method

Definition

Namespace:
Orleans.Hosting
Assemblies:
Orleans.Core.dll, Orleans.Streaming.AzureStorage.dll, Orleans.Streaming.EventHubs.dll, Orleans.Streaming.SQS.dll, Orleans.Transactions.dll
Packages:
Microsoft.Orleans.Core v10.0.0, Microsoft.Orleans.Streaming.AzureStorage v10.0.0, Microsoft.Orleans.Streaming.EventHubs v10.0.0, Microsoft.Orleans.Streaming.SQS v10.0.0, Microsoft.Orleans.Transactions v10.0.0
Packages:
Microsoft.Orleans.Core v7.2.5, Microsoft.Orleans.Streaming.AzureStorage v7.2.5, Microsoft.Orleans.Streaming.EventHubs v7.2.5, Microsoft.Orleans.Streaming.SQS v7.2.5, Microsoft.Orleans.Transactions v7.2.5
Packages:
Microsoft.Orleans.Core v8.0.0, Microsoft.Orleans.Streaming.AzureStorage v8.0.0, Microsoft.Orleans.Streaming.EventHubs v8.0.0, Microsoft.Orleans.Streaming.SQS v8.0.0, Microsoft.Orleans.Transactions v8.0.0
Packages:
Microsoft.Orleans.Core v8.1.0, Microsoft.Orleans.Streaming.AzureStorage v8.1.0, Microsoft.Orleans.Streaming.EventHubs v8.1.0, Microsoft.Orleans.Streaming.SQS v8.1.0, Microsoft.Orleans.Transactions v8.1.0
Packages:
Microsoft.Orleans.Core v8.2.0, Microsoft.Orleans.Streaming.AzureStorage v8.2.0, Microsoft.Orleans.Streaming.EventHubs v8.2.0, Microsoft.Orleans.Streaming.SQS v8.2.0, Microsoft.Orleans.Transactions v8.2.0
Packages:
Microsoft.Orleans.Core v9.0.0, Microsoft.Orleans.Streaming.AzureStorage v9.0.0, Microsoft.Orleans.Streaming.EventHubs v9.0.0, Microsoft.Orleans.Streaming.SQS v9.0.0, Microsoft.Orleans.Transactions v9.0.0
Packages:
Microsoft.Orleans.Core v9.1.2, Microsoft.Orleans.Streaming.AzureStorage v9.1.2, Microsoft.Orleans.Streaming.EventHubs v9.1.2, Microsoft.Orleans.Streaming.SQS v9.1.2, Microsoft.Orleans.Transactions v9.1.2

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 static Orleans.Hosting.IClientBuilder UseTransactions(this Orleans.Hosting.IClientBuilder builder);
static member UseTransactions : Orleans.Hosting.IClientBuilder -> Orleans.Hosting.IClientBuilder
<Extension()>
Public Function UseTransactions (builder As IClientBuilder) As IClientBuilder

Parameters

builder
IClientBuilder

Applies to