Click or drag to resize

WarningValue Constructor

Initializes a new instance of the WarningValue class

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

Parameters

code  Int32
 
agent  String
 
text  String
 
See Also