IContext

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.

dynamic get(String key)

  • key: string - a key of the element to get.
  • returns: the value of the map element.

See also