次の方法で共有


PlacementStrategy.PopulateGrainProperties メソッド

定義

グレイン プロパティを設定して、推奨される配置方法を指定します。

public virtual void PopulateGrainProperties (IServiceProvider services, Type grainClass, Orleans.Runtime.GrainType grainType, System.Collections.Generic.Dictionary<string,string> properties);
abstract member PopulateGrainProperties : IServiceProvider * Type * Orleans.Runtime.GrainType * System.Collections.Generic.Dictionary<string, string> -> unit
override this.PopulateGrainProperties : IServiceProvider * Type * Orleans.Runtime.GrainType * System.Collections.Generic.Dictionary<string, string> -> unit
Public Overridable Sub PopulateGrainProperties (services As IServiceProvider, grainClass As Type, grainType As GrainType, properties As Dictionary(Of String, String))

パラメーター

services
IServiceProvider

サービス プロバイダー。

grainClass
Type

グレイン クラス。

grainType
GrainType

グレインの種類。

properties
Dictionary<String,String>

このメソッド呼び出しによって設定されるグレイン プロパティ。

適用対象