Cisco Unified Application Environment Etch Bridge
EventMessage Constructor (sessionId, eventId, fields, appName, partitionName, scriptName, suppressNoHandler)
Namespacescisco.uc.cuae.types.EtchBridgeEventMessageEventMessage(String, String, IDictionary, String, String, String, Nullable<(Of <(Boolean>)>))
Constructs the EventMessage.
Declaration Syntax
C#Visual BasicVisual C++
public EventMessage(
	string sessionId,
	string eventId,
	IDictionary fields,
	string appName,
	string partitionName,
	string scriptName,
	Nullable<bool> suppressNoHandler
)
Public Sub New ( _
	sessionId As String, _
	eventId As String, _
	fields As IDictionary, _
	appName As String, _
	partitionName As String, _
	scriptName As String, _
	suppressNoHandler As Nullable(Of Boolean) _
)
public:
EventMessage(
	String^ sessionId, 
	String^ eventId, 
	IDictionary^ fields, 
	String^ appName, 
	String^ partitionName, 
	String^ scriptName, 
	Nullable<bool> suppressNoHandler
)
Parameters
sessionId (String)
the sessionId sent up by the plugin
eventId (String)
the fully qualified name of the event, i.e., plugin namespace + event name
fields (IDictionary)
key=string / value=objectthese would be every argument sent up in the original event
appName (String)
AppName set in the event message
partitionName (String)
PartitionName set in the event message
scriptName (String)
ScriptName set in the event message
suppressNoHandler (Nullable<(Of <(Boolean>)>))
indicates whether to suppress no handler

Assembly: autodoc-csharp (Module: autodoc-csharp) Version: 0.0.0.0