DefaultGrainTypeAttribute.IGrainInterfacePropertiesProviderAttribute.Populate 方法

定义

将 grain 接口属性添加到 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>

此调用此方法的属性集合应填充。

实现

适用于