Definition
Namespace: EntityDb.Common.Agents
Assembly: EntityDb.Common
Options for configuring the AgentAccessorChain.
1
public sealed class AgentAccessorChainOptions
Inheritance: Object
Properties
ServiceCollection | An inner service collection used to configure and resolve multiple instances of IAgentAccessor. |
RequiredOuterServices | If any of the instances of IAgentAccessor which are added to ServiceCollection have required dependencies that live in the outer service provider (the one constructing AgentAccessorChainOptions), then you can specify them here. |