次の方法で共有


FaultInjectionGrainStorageFactory.Create メソッド

定義

新しい FaultInjectionGrainStorage のインスタンスを作成します。

public static Orleans.Storage.IGrainStorage Create (IServiceProvider services, string name, Func<IServiceProvider,string,Orleans.Storage.IGrainStorage> injectedGrainStorageFactory);
static member Create : IServiceProvider * string * Func<IServiceProvider, string, Orleans.Storage.IGrainStorage> -> Orleans.Storage.IGrainStorage
Public Shared Function Create (services As IServiceProvider, name As String, injectedGrainStorageFactory As Func(Of IServiceProvider, String, IGrainStorage)) As IGrainStorage

パラメーター

services
IServiceProvider

サービス。

name
String

ストレージ プロバイダー名。

injectedGrainStorageFactory
Func<IServiceProvider,String,IGrainStorage>

挿入されたグレイン ストレージ ファクトリ。

戻り値

新しいインスタンス。

適用対象