◆ showTriggers() [1/2]
| inline |
Retrieves information regarding the specified triggers or all existing triggers currently active.
Parameters
| trigger_ids | List of IDs of the triggers whose information is to be retrieved. An empty list means information will be retrieved on all active triggers. |
| options | Optional parameters. The default value is an empty Dictionary. |
Returns
Response object containing the result of the operation.
Definition at line 63037 of file KineticaFunctions.cs.
◆ showTriggers() [2/2]
| inline |
Retrieves information regarding the specified triggers or all existing triggers currently active.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 63003 of file KineticaFunctions.cs.
◆ ShowTriggersAsync() [1/2]
| inline |
Retrieves information regarding the specified triggers or all existing triggers currently active.
(async)
Parameters
| trigger_ids | List of IDs of the triggers whose information is to be retrieved. An empty list means information will be retrieved on all active triggers. |
| options | Optional parameters. The default value is an empty Dictionary. |
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 63055 of file KineticaFunctions.cs.
◆ ShowTriggersAsync() [2/2]
| inline |
Retrieves information regarding the specified triggers or all existing triggers currently active.
(async)
Parameters
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 63019 of file KineticaFunctions.cs.