PhoneCall.AcceptIncomingAsync Method

Definition

Asynchronously answers an incoming phone call.

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

Returns

An asynchronous operation object which, when it completes, contains a PhoneCallOperationStatus object representing the status of the phone call.

Attributes

Windows requirements

App capabilities
phoneCall

Applies to