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 43672 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 43704 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 43688 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 43721 of file KineticaFunctions.cs.