Redigera

Dela via


IGrainInterfacePropertiesProviderAttribute.Populate Method

Definition

Adds grain interface properties to properties.

public void Populate (IServiceProvider services, Type interfaceType, System.Collections.Generic.Dictionary<string,string> properties);
abstract member Populate : IServiceProvider * Type * System.Collections.Generic.Dictionary<string, string> -> unit
Public Sub Populate (services As IServiceProvider, interfaceType As Type, properties As Dictionary(Of String, String))

Parameters

services
IServiceProvider

The service provider.

interfaceType
Type

The interface type.

properties
Dictionary<String,String>

The properties collection which this calls to this method should populate.

Applies to