NetworkOperatorTetheringOperationResult
NetworkOperatorTetheringOperationResult
NetworkOperatorTetheringOperationResult
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 : sealed class NetworkOperatorTetheringOperationResult : INetworkOperatorTetheringOperationResultpublic sealed class NetworkOperatorTetheringOperationResult : INetworkOperatorTetheringOperationResultPublic NotInheritable Class NetworkOperatorTetheringOperationResult Implements INetworkOperatorTetheringOperationResult// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
AdditionalErrorMessage AdditionalErrorMessage AdditionalErrorMessage AdditionalErrorMessage
An optional error message string that provides mobile operator specific context to the error.
public : PlatForm::String AdditionalErrorMessage { get; }public string AdditionalErrorMessage { get; }Public ReadOnly Property AdditionalErrorMessage As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The mobile operator defined error context.
Status Status Status Status
Indicates the result of a tethering operation. Possible values are defined by TetheringOperationStatus.
public : TetheringOperationStatus Status { get; }public TetheringOperationStatus Status { get; }Public ReadOnly Property Status As TetheringOperationStatus// You can use this property in JavaScript.
- Value
- TetheringOperationStatus TetheringOperationStatus TetheringOperationStatus TetheringOperationStatus
The result of a tethering operation.