Interface to specify execution context.
Description
A context for monitoring the flow of execution through a call chain.
Instance Methods
get
Adds parameters into this ConfigParams under a specified section. Keys for the new parameters are appended with section dot prefix.
public
object Get(string key);
- key: string - a key of the element to get.
- returns: object - the value of the map element.