다음을 통해 공유


DefaultGrainTypeAttribute.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>

이 메서드에 대해 호출하는 속성 컬렉션이 채워집니다.

구현

적용 대상