API Reference
Class
WslDistributionStopResult
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.
Returned or exposed by
Constructors
public WslDistributionStopResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.