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.

Definition

Namespace: Gemstone.Diagnostics
Assembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.128 -- Release Build+d9d157c80da59365061f9bf4a5d1ecd0f0496e1b
public LogStackMessages Union(
	params string[] keyValuePairs
)

Parameters

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

Return Value

LogStackMessages

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

Exceptions

ArgumentNullExceptionif Key or Value are null or whitespace.

See Also