◆ 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 16741 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 16779 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 16760 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 16798 of file KineticaFunctions.cs.