◆ adminShutdown() [1/2]
| 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]
| inline |
Exits the database server application.
Parameters
| exit_type | Reserved for future use. User can pass an empty string. |
| authorization | No longer used. User can pass an empty string. |
| options | Optional 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]
| inline |
Exits the database server application.
(async)
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 2948 of file KineticaFunctions.cs.
◆ AdminShutdownAsync() [2/2]
| inline |
Exits the database server application.
(async)
Parameters
| exit_type | Reserved for future use. User can pass an empty string. |
| authorization | No longer used. User can pass an empty string. |
| 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 2985 of file KineticaFunctions.cs.