次の方法で共有


GrainStorageHelpers.GetGrainStorage(Type, IServiceProvider) メソッド

定義

IGrainStorageから派生Grain<TGrainState>する必要がある、指定したグレイン型に関連付けられている を取得します。

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

パラメーター

grainType
Type

から派生 Grain<TGrainState>する必要があるグレイン型。

services
IServiceProvider

サービス プロバイダー。

戻り値

IGrainStorage指定したグレイン型に関連付けられた 。これは からGrain<TGrainState>派生する必要があります。

適用対象