PhoneLine.GetAllActivePhoneCallsAsync Method

Definition

Asynchronously retrieves a phone calls result object, from which you can retrieve the active phone calls.

public:
 virtual IAsyncOperation<PhoneCallsResult ^> ^ GetAllActivePhoneCallsAsync() = GetAllActivePhoneCallsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<PhoneCallsResult> GetAllActivePhoneCallsAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<PhoneCallsResult> GetAllActivePhoneCallsAsync();
function getAllActivePhoneCallsAsync()
Public Function GetAllActivePhoneCallsAsync () As IAsyncOperation(Of PhoneCallsResult)

Returns

An asynchronous operation object which, when it completes, contains a PhoneCallsResult object from which you can retrieve the active phone calls.

Attributes

Windows requirements

Device family
Windows 10, version 2104 (introduced in 10.0.20348.0)
API contract
Windows.ApplicationModel.Calls.CallsPhoneContract (introduced in v6.0)
App capabilities
phoneCall

Applies to