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.300-beta+b2186e2cd1f968c931b0e151fdd7c839f3d1e9cf
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