PreferredMatchSiloMetadataPlacementFilterStrategy.GetAdditionalGrainProperties 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.
protected override System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> GetAdditionalGrainProperties(IServiceProvider services, Type grainClass, Orleans.Runtime.GrainType grainType, System.Collections.Generic.IReadOnlyDictionary<string,string> existingProperties);
override this.GetAdditionalGrainProperties : IServiceProvider * Type * Orleans.Runtime.GrainType * System.Collections.Generic.IReadOnlyDictionary<string, string> -> seq<System.Collections.Generic.KeyValuePair<string, string>>
Protected Iterator Overrides Function GetAdditionalGrainProperties (services As IServiceProvider, grainClass As Type, grainType As GrainType, existingProperties As IReadOnlyDictionary(Of String, String)) As IEnumerable(Of KeyValuePair(Of String, String))
Parameters
- services
- IServiceProvider
- grainClass
- Type
- grainType
- GrainType
- existingProperties
- IReadOnlyDictionary<String,String>