Číst v angličtině Upravit

Sdílet prostřednictvím


GrainStorageExtensions.GetGrainStorage Method

Definition

Overloads

GetGrainStorage(Grain, IServiceProvider)

Acquire the storage provider associated with the grain type.

GetGrainStorage(Type, IServiceProvider)

Aquire the storage provider associated with the grain type.

GetGrainStorage(Grain, IServiceProvider)

Source:
GrainStorageExtensions.cs

Acquire the storage provider associated with the grain type.

public static Orleans.Storage.IGrainStorage GetGrainStorage(this Orleans.Grain grain, IServiceProvider services);

Parameters

grain
Grain
services
IServiceProvider

Returns

Applies to

GetGrainStorage(Type, IServiceProvider)

Source:
GrainStorageExtensions.cs

Aquire the storage provider associated with the grain type.

public static Orleans.Storage.IGrainStorage GetGrainStorage(this Type grainType, IServiceProvider services);

Parameters

grainType
Type
services
IServiceProvider

Returns

Applies to