次の方法で共有


GrainStorageExtensions.GetGrainStorage メソッド

定義

オーバーロード

GetGrainStorage(Grain, IServiceProvider)

グレインの種類に関連付けられているストレージ プロバイダーを取得します。

GetGrainStorage(Type, IServiceProvider)

グレインの種類に関連付けられているストレージ プロバイダーが必要です。

GetGrainStorage(Grain, IServiceProvider)

ソース:
GrainStorageExtensions.cs

グレインの種類に関連付けられているストレージ プロバイダーを取得します。

public static Orleans.Storage.IGrainStorage GetGrainStorage (this Orleans.Grain grain, IServiceProvider services);
static member GetGrainStorage : Orleans.Grain * IServiceProvider -> Orleans.Storage.IGrainStorage
<Extension()>
Public Function GetGrainStorage (grain As Grain, services As IServiceProvider) As IGrainStorage

パラメーター

grain
Grain
services
IServiceProvider

戻り値

適用対象

GetGrainStorage(Type, IServiceProvider)

ソース:
GrainStorageExtensions.cs

グレインの種類に関連付けられているストレージ プロバイダーが必要です。

public static Orleans.Storage.IGrainStorage GetGrainStorage (this Type grainType, IServiceProvider services);
static member GetGrainStorage : Type * IServiceProvider -> Orleans.Storage.IGrainStorage
<Extension()>
Public Function GetGrainStorage (grainType As Type, services As IServiceProvider) As IGrainStorage

パラメーター

grainType
Type
services
IServiceProvider

戻り値

適用対象