次の方法で共有


AdoNetGrainStorageServiceCollectionExtensions クラス

定義

IServiceCollection 拡張 機能。

public static class AdoNetGrainStorageServiceCollectionExtensions
type AdoNetGrainStorageServiceCollectionExtensions = class
Public Module AdoNetGrainStorageServiceCollectionExtensions
継承
AdoNetGrainStorageServiceCollectionExtensions

メソッド

AddAdoNetGrainStorage(IServiceCollection, Action<AdoNetGrainStorageOptions>)

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

AddAdoNetGrainStorage(IServiceCollection, String, Action<AdoNetGrainStorageOptions>)

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

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

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

AddAdoNetGrainStorageAsDefault(IServiceCollection, Action<OptionsBuilder<AdoNetGrainStorageOptions>>)

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

適用対象