IGrainInterfacePropertiesProviderAttribute.Populate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.