◆ clearTrigger() [1/2]
| inline |
Clears or cancels the trigger identified by the specified handle.
The output returns the handle of the trigger cleared as well as indicating success or failure of the trigger deactivation.
| request_ | Request object containing the parameters for the operation. |
Definition at line 16727 of file KineticaFunctions.cs.
◆ clearTrigger() [2/2]
| inline |
Clears or cancels the trigger identified by the specified handle.
The output returns the handle of the trigger cleared as well as indicating success or failure of the trigger deactivation.
| trigger_id | ID for the trigger to be deactivated. |
| options | Optional parameters. The default value is an empty Dictionary. |
Definition at line 16765 of file KineticaFunctions.cs.
◆ ClearTriggerAsync() [1/2]
| inline |
Clears or cancels the trigger identified by the specified handle.
(async)
The output returns the handle of the trigger cleared as well as indicating success or failure of the trigger deactivation.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 16746 of file KineticaFunctions.cs.
◆ ClearTriggerAsync() [2/2]
| inline |
Clears or cancels the trigger identified by the specified handle.
(async)
The output returns the handle of the trigger cleared as well as indicating success or failure of the trigger deactivation.
| trigger_id | ID for the trigger to be deactivated. |
| options | Optional parameters. The default value is an empty Dictionary. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 16784 of file KineticaFunctions.cs.