Populate(IServiceProvider, Type, Dictionary<string, string>)
abstract
public abstract void Populate(IServiceProvider services, Type interfaceType, Dictionary<string, string> properties) Adds grain interface properties to
properties. Parameters
servicesIServiceProvider- The service provider.
interfaceTypeType- The interface type.
propertiesDictionary<string, string>- The properties collection which this calls to this method should populate.
