Constructs the EventMessage.
| C# | Visual Basic | Visual C++ |
public EventMessage( string sessionId, string eventId, IDictionary fields, string appName, string partitionName, string scriptName, Nullable<bool> suppressNoHandler )
- 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