Skip to main content

◆ clearTrigger() [1/2]

ClearTriggerResponse kinetica.Kinetica.clearTrigger (ClearTriggerRequestrequest_)
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.

Parameters
request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

Definition at line 16741 of file KineticaFunctions.cs.

◆ clearTrigger() [2/2]

ClearTriggerResponse kinetica.Kinetica.clearTrigger (stringtrigger_id,
IDictionary< string, string >options = null )
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.

Parameters
trigger_idID for the trigger to be deactivated.
optionsOptional parameters. The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 16779 of file KineticaFunctions.cs.

◆ ClearTriggerAsync() [1/2]

async System.Threading.Tasks.Task< ClearTriggerResponse > kinetica.Kinetica.ClearTriggerAsync (ClearTriggerRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
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.

Parameters
request_Request object containing the parameters for the operation.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 16760 of file KineticaFunctions.cs.

◆ ClearTriggerAsync() [2/2]

async System.Threading.Tasks.Task< ClearTriggerResponse > kinetica.Kinetica.ClearTriggerAsync (stringtrigger_id,
IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
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.

Parameters
trigger_idID for the trigger to be deactivated.
optionsOptional parameters. The default value is an empty Dictionary.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 16798 of file KineticaFunctions.cs.