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.

Definition

Namespace: Gemstone.Diagnostics
Assembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.160 -- Release Build+be243f729b29892c480a7118a158cbdc9e45d5ee
public LogStackMessages Union(
	string key,
	string value
)

Parameters

key  String
a key
value  String
a value

Return Value

LogStackMessages

[Missing <returns> documentation for "M:Gemstone.Diagnostics.LogStackMessages.Union(System.String,System.String)"]

Exceptions

ArgumentNullExceptionif Key or Value are null or whitespace.

See Also