Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
PublishWarning Method (section, id, target, parameters)
NamespacesGenesyslab.Desktop.Infrastructure.ExceptionAnalyzeIExceptionAnalyzerPublishWarning(String, String, String, array<Object>[]()[])
Publishes the warning alert.
Declaration Syntax
C#Visual BasicVisual C++
void PublishWarning(
	string section,
	string id,
	string target,
	Object[] parameters
)
Sub PublishWarning ( _
	section As String, _
	id As String, _
	target As String, _
	parameters As Object() _
)
void PublishWarning(
	String^ section, 
	String^ id, 
	String^ target, 
	array<Object^>^ parameters
)
Parameters
section (String)
The section.
id (String)
The id is the key in the language dictionary.
target (String)
The target is the target in the language dictionary .
parameters (array< Object >[]()[])
The parameters for formatting the alert text .

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)