共用方式為


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

傳回

適用於