PhoneCall.HoldAsync Method

Definition

Asynchronously places an active phone call on hold.

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