다음을 통해 공유


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>

삽입된 조직 스토리지 팩터리입니다.

반환

새 인스턴스입니다.

적용 대상