Interface IMiddlewareAgent<T>
public interface IMiddlewareAgent<out T> : IMiddlewareAgent, IAgent, IAgentMetaInformation where T : IAgent
Type Parameters
T
- Inherited Members
- Extension Methods
Properties
TAgent
Get the typed inner agent.
T TAgent { get; }
Property Value
- T