NetworkOperatorTetheringOperationResult Class

Definition

Represents the results of a StartTetheringAsync or StopTetheringAsync operation. In addition to the TetheringOperationStatus value, it can include an optional error message string that provides mobile operator specific context to the error.

public ref class NetworkOperatorTetheringOperationResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
class NetworkOperatorTetheringOperationResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public sealed class NetworkOperatorTetheringOperationResult
Public NotInheritable Class NetworkOperatorTetheringOperationResult
Inheritance
Object Platform::Object IInspectable NetworkOperatorTetheringOperationResult
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)
App capabilities
wiFiControl

Properties

AdditionalErrorMessage

An optional error message string that provides mobile operator specific context to the error.

Status

Indicates the result of a tethering operation. Possible values are defined by TetheringOperationStatus.

Applies to