MobileBroadbandNetwork.GetVoiceCallSupportAsync Method

Definition

Asynchronously retrieves a value indicating whether this network currently supports voice calls.

public:
 virtual IAsyncOperation<bool> ^ GetVoiceCallSupportAsync() = GetVoiceCallSupportAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> GetVoiceCallSupportAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> GetVoiceCallSupportAsync();
function getVoiceCallSupportAsync()
Public Function GetVoiceCallSupportAsync () As IAsyncOperation(Of Boolean)

Returns

An asynchronous retrieval operation. On successful completion, contains a value indicating whether the network supports voice calls (if true) or not.

Attributes

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity

Applies to