Overview
This operation will look through all of the open listening operations and stop the ones that match the parameters in the request. This means that listening can be started and stopped via the same request, while only changing the Operation type.Request
Response
Expected event types
The type parameter of theListenReport can vary depending on the type of source being listened on.
File sources: ListenReport<DlcLoadResponse>
When listening on a file source, the listen report will contain DlcLoadResponse events as the listen operation
will perform many LOAD operations.