Skip to main content

◆ clearTableMonitor() [1/2]

ClearTableMonitorResponse kinetica.Kinetica.clearTableMonitor (ClearTableMonitorRequestrequest_)
inline

Deactivates a table monitor previously created with createTableMonitor.

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

Definition at line 16394 of file KineticaFunctions.cs.

◆ clearTableMonitor() [2/2]

ClearTableMonitorResponse kinetica.Kinetica.clearTableMonitor (stringtopic_id,
IDictionary< string, string >options = null )
inline

Deactivates a table monitor previously created with createTableMonitor.

Parameters
topic_idThe topic ID returned by createTableMonitor.
optionsOptional parameters.The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 16486 of file KineticaFunctions.cs.

◆ ClearTableMonitorAsync() [1/2]

async System.Threading.Tasks.Task< ClearTableMonitorResponse > kinetica.Kinetica.ClearTableMonitorAsync (ClearTableMonitorRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

Deactivates a table monitor previously created with createTableMonitor.

(async)

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 16411 of file KineticaFunctions.cs.

◆ ClearTableMonitorAsync() [2/2]

async System.Threading.Tasks.Task< ClearTableMonitorResponse > kinetica.Kinetica.ClearTableMonitorAsync (stringtopic_id,
IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
inline

Deactivates a table monitor previously created with createTableMonitor.

(async)

Parameters
topic_idThe topic ID returned by createTableMonitor.
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 16561 of file KineticaFunctions.cs.