次の方法で共有


VersionAttribute.IGrainInterfacePropertiesProviderAttribute.Populate メソッド

定義

グレイン インターフェイスプロパティを に properties追加します。

void IGrainInterfacePropertiesProviderAttribute.Populate (IServiceProvider services, Type type, System.Collections.Generic.Dictionary<string,string> properties);
abstract member Orleans.Metadata.IGrainInterfacePropertiesProviderAttribute.Populate : IServiceProvider * Type * System.Collections.Generic.Dictionary<string, string> -> unit
override this.Orleans.Metadata.IGrainInterfacePropertiesProviderAttribute.Populate : IServiceProvider * Type * System.Collections.Generic.Dictionary<string, string> -> unit
Sub Populate (services As IServiceProvider, type As Type, properties As Dictionary(Of String, String)) Implements IGrainInterfacePropertiesProviderAttribute.Populate

パラメーター

services
IServiceProvider

サービス プロバイダー。

type
Type
properties
Dictionary<String,String>

このメソッドを呼び出すプロパティ コレクションを設定する必要があります。

実装

適用対象