GenericEventResponse ​
Generic event call for any event that is not defined in the API.
Kind: Class
Namespace: ConnectorLib.JSON
Inheritance: SimpleJSONResponse
Public Constructors
GenericEventResponse(string eventType)
Creates a new instance of the ConnectorLib.JSON.GenericEventResponse class.
GenericEventResponse(string eventType, IEnumerable> data, bool internal = false)
Creates a new instance of the ConnectorLib.JSON.GenericEventResponse class.
GenericEventResponse(string eventType, Dictionary data, bool internal)
Creates a new instance of the ConnectorLib.JSON.GenericEventResponse class.
Public Attributes
bool
internal
Indicates that this event is locally-generated.
string
eventType
The type of event.
Dictionary
data
The data associated with the event.
