PhoneCall.ResumeFromHoldAsync Method

Definition

Asynchronously activates a phone call previously placed on hold.

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