◆ deleteProc() [1/2]
| inline |
Deletes a proc.
Any currently running instances of the proc will be killed.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 31944 of file KineticaFunctions.cs.
◆ deleteProc() [2/2]
| inline |
Deletes a proc.
Any currently running instances of the proc will be killed.
Parameters
| proc_name | Name of the proc to be deleted. Must be the name of a currently existing proc. |
| options | Optional parameters. The default value is an empty Dictionary. |
Returns
Response object containing the result of the operation.
Definition at line 31979 of file KineticaFunctions.cs.
◆ DeleteProcAsync() [1/2]
| inline |
Deletes a proc.
(async)
Any currently running instances of the proc will be killed.
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 31961 of file KineticaFunctions.cs.
◆ DeleteProcAsync() [2/2]
| inline |
Deletes a proc.
(async)
Any currently running instances of the proc will be killed.
Parameters
| proc_name | Name of the proc to be deleted. Must be the name of a currently existing proc. |
| 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 31997 of file KineticaFunctions.cs.