Click or drag to resize

LogStackMessagesUnion(String, String) Method

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

Namespace: GSF.Diagnostics
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.283-beta+c965646d479a9eab83d024dda466bc5a7b4c1300
Syntax
public LogStackMessages Union(
	string key,
	string value
)
View Source

Parameters

key  String
a key
value  String
a value

Return Value

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