PhoneCall.RejectIncomingAsync Method

Definition

Asynchronously rejects/declines an incoming phone call.

public:
 virtual IAsyncOperation<PhoneCallOperationStatus> ^ RejectIncomingAsync() = RejectIncomingAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<PhoneCallOperationStatus> RejectIncomingAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<PhoneCallOperationStatus> RejectIncomingAsync();
function rejectIncomingAsync()
Public Function RejectIncomingAsync () 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