Skip to main content

◆ adminShutdown() [1/2]

AdminShutdownResponse kinetica.Kinetica.adminShutdown (AdminShutdownRequestrequest_)
inline

Exits the database server application.

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

Definition at line 2933 of file KineticaFunctions.cs.

◆ adminShutdown() [2/2]

AdminShutdownResponse kinetica.Kinetica.adminShutdown (stringexit_type,
stringauthorization,
IDictionary< string, string >options = null )
inline

Exits the database server application.

Parameters
exit_typeReserved for future use. User can pass an empty string.
authorizationNo longer used. User can pass an empty string.
optionsOptional parameters. The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 2966 of file KineticaFunctions.cs.

◆ AdminShutdownAsync() [1/2]

async System.Threading.Tasks.Task< AdminShutdownResponse > kinetica.Kinetica.AdminShutdownAsync (AdminShutdownRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

Exits the database server application.

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

◆ AdminShutdownAsync() [2/2]

async System.Threading.Tasks.Task< AdminShutdownResponse > kinetica.Kinetica.AdminShutdownAsync (stringexit_type,
stringauthorization,
IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
inline

Exits the database server application.

(async)

Parameters
exit_typeReserved for future use. User can pass an empty string.
authorizationNo longer used. User can pass an empty string.
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 2985 of file KineticaFunctions.cs.