共用方式為


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>

適用於