共用方式為


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>

這個呼叫這個方法的屬性集合應該填入。

實作

適用於