Skip to content

GenericEventRequest ​

Generic event call for any event that is not defined in the API.

Kind: Class

Namespace: ConnectorLib.JSON

Inheritance: SimpleJSONRequest

Public Constructors

GenericEventRequest(string eventType)

Creates a new instance of the ConnectorLib.JSON.GenericEventRequest class.

GenericEventRequest(string eventType, IEnumerable> data)

Creates a new instance of the ConnectorLib.JSON.GenericEventRequest class.

GenericEventRequest(string eventType, IEnumerable> data, bool internal)

Creates a new instance of the ConnectorLib.JSON.GenericEventRequest 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.