StatelessWorkerAttribute.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 properties to properties
.
public override void Populate (IServiceProvider services, Type grainClass, Orleans.Runtime.GrainType grainType, System.Collections.Generic.Dictionary<string,string> properties);
override this.Populate : IServiceProvider * Type * Orleans.Runtime.GrainType * System.Collections.Generic.Dictionary<string, string> -> unit
Public Overrides Sub Populate (services As IServiceProvider, grainClass As Type, grainType As GrainType, properties As Dictionary(Of String, String))
Parameters
- services
- IServiceProvider
The service provider.
- grainClass
- Type
The grain class.
- grainType
- GrainType
The grain type id.
- properties
- Dictionary<String,String>
The properties collection which calls to this method should populate.