다음을 통해 공유


AzureBlobGrainStorageFactory.Create(IServiceProvider, String) 메서드

정의

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

매개 변수

services
IServiceProvider
name
String

반환

적용 대상