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

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public WarningValue(
	int code,
	string agent,
	string text
)

Parameters

code
Type: SystemInt32
agent
Type: SystemString
text
Type: SystemString
See Also