Share via


QuerySeamlessUpgradeSupportOperation.NotifyCompletion Method

Definition

Important

The types in the Windows.Phone.Networking.Voip namespace are deprecated, and may not be available in future versions of Windows. Instead, use the equivalent types in the Windows.ApplicationModel.Calls namespace.

Notifies the system that the VoIP operation has completed.

public:
 virtual void NotifyCompletion(bool succeeded, SeamlessCallUpgradeSupport seamlessCallUpgradeSupport) = NotifyCompletion;
void NotifyCompletion(bool const& succeeded, SeamlessCallUpgradeSupport const& seamlessCallUpgradeSupport);
public void NotifyCompletion(bool succeeded, SeamlessCallUpgradeSupport seamlessCallUpgradeSupport);
function notifyCompletion(succeeded, seamlessCallUpgradeSupport)
Public Sub NotifyCompletion (succeeded As Boolean, seamlessCallUpgradeSupport As SeamlessCallUpgradeSupport)

Parameters

succeeded
Boolean

bool

Whether the operation succeeded.

seamlessCallUpgradeSupport
SeamlessCallUpgradeSupport

The support level for seamlessly upgrading calls to VoIP.

Applies to