PlacementFilterStrategy.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 virtual 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);
abstract member GetAdditionalGrainProperties : IServiceProvider * Type * Orleans.Runtime.GrainType * System.Collections.Generic.IReadOnlyDictionary<string, string> -> seq<System.Collections.Generic.KeyValuePair<string, string>>
override this.GetAdditionalGrainProperties : IServiceProvider * Type * Orleans.Runtime.GrainType * System.Collections.Generic.IReadOnlyDictionary<string, string> -> seq<System.Collections.Generic.KeyValuePair<string, string>>
Protected Overridable 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>