destroy method

Future<SolutionHandle> destroy(
  1. ClientContext? ctx,
  2. SolutionHandle request
)

Terminate the solution and release native resources.

Implementation

$async.Future<SolutionHandle> destroy(
        $pb.ClientContext? ctx, SolutionHandle request) =>
    _client.invoke<SolutionHandle>(
        ctx, 'Solutions', 'Destroy', request, SolutionHandle());