Click or drag to resize

MetricEventArgs Constructor

Initializes a new instance of the MetricEventArgs class

Namespace:  CallFlowFramework
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
public MetricEventArgs(
	string key,
	double value,
	string node_name
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:CallFlowFramework.MetricEventArgs.#ctor(System.String,System.Double,System.String)"]

value
Type: SystemDouble

[Missing <param name="value"/> documentation for "M:CallFlowFramework.MetricEventArgs.#ctor(System.String,System.Double,System.String)"]

node_name
Type: SystemString

[Missing <param name="node_name"/> documentation for "M:CallFlowFramework.MetricEventArgs.#ctor(System.String,System.Double,System.String)"]

See Also