TestimoX

API Reference

Class

WslDistributionStopResult

Namespace ComputerX.Wsl
Assembly ComputerX
Modifiers sealed

Describes the result of a WSL distribution termination request.

Inheritance

  • Object
  • WslDistributionStopResult

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public WslDistributionStopResult() #

Properties

public String Name { get; set; } #

Gets the distribution name.

public Boolean Executed { get; set; } #

Gets a value indicating whether the native WSL API was invoked.

public Boolean Success { get; set; } #

Gets a value indicating whether the request completed successfully.

public Nullable<Int32> HResult { get; set; } #

Gets the native HRESULT returned by WslTerminateDistribution, when available.

public String Message { get; set; } #

Gets a planning or execution note.

public String DataSource { get; set; } #

Gets the backing data source.