Definition
Namespace: EntityDb.Common.Agents
Assembly: EntityDb.Common
Represents a type that chains together multiple instances of IAgentAccessor and returns the IAgent returned by the first IAgentAccessor that does not throw an exception. If all instances of IAgentAccessor throw an exception, this type will throw a NoAgentException.
1
public class AgentAccessorChain : EntityDb.Abstractions.Agents.IAgentAccessor
Inheritance: Object
Methods
GetAgentAsync(String, CancellationToken) | Missing Summary Doc! |