Skip to main content

◆ hasProc() [1/2]

HasProcResponse kinetica.Kinetica.hasProc (HasProcRequestrequest_)
inline

Checks the existence of a proc with the given name.

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

Definition at line 43722 of file KineticaFunctions.cs.

◆ hasProc() [2/2]

HasProcResponse kinetica.Kinetica.hasProc (stringproc_name,
IDictionary< string, string >options = null )
inline

Checks the existence of a proc with the given name.

Parameters
proc_nameName of the proc to check for existence.
optionsOptional parameters. The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 43754 of file KineticaFunctions.cs.

◆ HasProcAsync() [1/2]

async System.Threading.Tasks.Task< HasProcResponse > kinetica.Kinetica.HasProcAsync (HasProcRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

Checks the existence of a proc with the given name.

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

◆ HasProcAsync() [2/2]

async System.Threading.Tasks.Task< HasProcResponse > kinetica.Kinetica.HasProcAsync (stringproc_name,
IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
inline

Checks the existence of a proc with the given name.

(async)

Parameters
proc_nameName of the proc to check for existence.
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 43771 of file KineticaFunctions.cs.