次の方法で共有


AdoNetGrainStorageServiceCollectionExtensions.AddAdoNetGrainStorage メソッド

定義

オーバーロード

AddAdoNetGrainStorage(IServiceCollection, Action<AdoNetGrainStorageOptions>)

AdoNet グレイン ストレージを既定のグレイン ストレージとして使用するようにサイロを構成します。 データベースの構成手順については、 を http://aka.ms/orleans-sql-scripts参照してください。

AddAdoNetGrainStorage(IServiceCollection, String, Action<OptionsBuilder<AdoNetGrainStorageOptions>>)

グレイン ストレージに AdoNet グレイン ストレージを使用するようにサイロを構成します。 データベースの構成手順については、 を http://aka.ms/orleans-sql-scripts参照してください。

AddAdoNetGrainStorage(IServiceCollection, String, Action<AdoNetGrainStorageOptions>)

グレイン ストレージに AdoNet グレイン ストレージを使用するようにサイロを構成します。 データベースの構成手順については、 を http://aka.ms/orleans-sql-scripts参照してください。

AddAdoNetGrainStorage(IServiceCollection, Action<AdoNetGrainStorageOptions>)

ソース:
AdoNetGrainStorageServiceCollectionExtensions.cs
ソース:
AdoNetGrainStorageServiceCollectionExtensions.cs
ソース:
AdoNetGrainStorageServiceCollectionExtensions.cs
ソース:
AdoNetGrainStorageServiceCollectionExtensions.cs

AdoNet グレイン ストレージを既定のグレイン ストレージとして使用するようにサイロを構成します。 データベースの構成手順については、 を http://aka.ms/orleans-sql-scripts参照してください。

public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddAdoNetGrainStorage (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Action<Orleans.Configuration.AdoNetGrainStorageOptions> configureOptions);
static member AddAdoNetGrainStorage : Microsoft.Extensions.DependencyInjection.IServiceCollection * Action<Orleans.Configuration.AdoNetGrainStorageOptions> -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function AddAdoNetGrainStorage (services As IServiceCollection, configureOptions As Action(Of AdoNetGrainStorageOptions)) As IServiceCollection

パラメーター

configureOptions
Action<AdoNetGrainStorageOptions>

戻り値

注釈

データベースの構成手順については、 を http://aka.ms/orleans-sql-scripts参照してください。

適用対象

AddAdoNetGrainStorage(IServiceCollection, String, Action<OptionsBuilder<AdoNetGrainStorageOptions>>)

ソース:
AdoNetGrainStorageServiceCollectionExtensions.cs
ソース:
AdoNetGrainStorageServiceCollectionExtensions.cs
ソース:
AdoNetGrainStorageServiceCollectionExtensions.cs
ソース:
AdoNetGrainStorageServiceCollectionExtensions.cs

グレイン ストレージに AdoNet グレイン ストレージを使用するようにサイロを構成します。 データベースの構成手順については、 を http://aka.ms/orleans-sql-scripts参照してください。

public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddAdoNetGrainStorage (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, string name, Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Configuration.AdoNetGrainStorageOptions>> configureOptions = default);
static member AddAdoNetGrainStorage : Microsoft.Extensions.DependencyInjection.IServiceCollection * string * Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Configuration.AdoNetGrainStorageOptions>> -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function AddAdoNetGrainStorage (services As IServiceCollection, name As String, Optional configureOptions As Action(Of OptionsBuilder(Of AdoNetGrainStorageOptions)) = Nothing) As IServiceCollection

パラメーター

name
String

戻り値

注釈

データベースの構成手順については、 を http://aka.ms/orleans-sql-scripts参照してください。

適用対象

AddAdoNetGrainStorage(IServiceCollection, String, Action<AdoNetGrainStorageOptions>)

ソース:
AdoNetGrainStorageServiceCollectionExtensions.cs
ソース:
AdoNetGrainStorageServiceCollectionExtensions.cs
ソース:
AdoNetGrainStorageServiceCollectionExtensions.cs
ソース:
AdoNetGrainStorageServiceCollectionExtensions.cs

グレイン ストレージに AdoNet グレイン ストレージを使用するようにサイロを構成します。 データベースの構成手順については、 を http://aka.ms/orleans-sql-scripts参照してください。

public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddAdoNetGrainStorage (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, string name, Action<Orleans.Configuration.AdoNetGrainStorageOptions> configureOptions);
static member AddAdoNetGrainStorage : Microsoft.Extensions.DependencyInjection.IServiceCollection * string * Action<Orleans.Configuration.AdoNetGrainStorageOptions> -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function AddAdoNetGrainStorage (services As IServiceCollection, name As String, configureOptions As Action(Of AdoNetGrainStorageOptions)) As IServiceCollection

パラメーター

name
String
configureOptions
Action<AdoNetGrainStorageOptions>

戻り値

注釈

データベースの構成手順については、 を http://aka.ms/orleans-sql-scripts参照してください。

適用対象