Redigera

Dela via


MemoryGrainStorageFactory.Create(IServiceProvider, String) Method

Definition

Creates a new MemoryGrainStorage instance.

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

Parameters

services
IServiceProvider

The services.

name
String

The name.

Returns

The storage.

Applies to