Click or drag to resize

LogStackMessagesUnion(String) Method

returns the union of this instance and the specified list of key/value pairs. If the keys already exists. The new one replaces the existing one.

Namespace: GSF.Diagnostics
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public LogStackMessages Union(
	params string[] keyValuePairs
)
View Source

Parameters

keyValuePairs  String
Key/value pairs, e.g., key1, value1, key2, value2, ..., key(n), value(n).

Return Value

LogStackMessages
Exceptions
ExceptionCondition
ArgumentNullExceptionif Key or Value are null or whitespace.
See Also