Click or drag to resize

LogEventArgs Constructor

Initializes a new instance of the LogEventArgs class

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

Parameters

key
Type: SystemString

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

value
Type: SystemString

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

node_name
Type: SystemString

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

See Also