Click or drag to resize
StructuredDataElement Constructor
Initializes a new instance of the StructuredDataElement class.

Namespace: SyslogNet.Client
Assembly: SyslogNet.Client.Core (in SyslogNet.Client.Core.dll) Version: 0.4.0.0
Syntax
public StructuredDataElement(
	string sdId,
	IDictionary<string, string> parameters
)

Parameters

sdId
Type: SystemString
Structured data identifier.
parameters
Type: System.Collections.GenericIDictionaryString, String
Structured data parameters.
Exceptions
ExceptionCondition
ArgumentNullException Missing sdId or parameters value.
See Also