QuerySeamlessUpgradeSupportOperation.NotifyCompletion method

Notifies the system that the VoIP operation has completed.

Syntax

public void NotifyCompletion(
  bool succeeded, 
  SeamlessCallUpgradeSupport seamlessCallUpgradeSupport
)
Public Sub NotifyCompletion(
  succeeded As Boolean,  
  seamlessCallUpgradeSupport As SeamlessCallUpgradeSupport 
)
public:
void NotifyCompletion(
  bool succeeded, 
  SeamlessCallUpgradeSupport seamlessCallUpgradeSupport
)

Parameters

  • succeeded
    Type: System.Boolean [.NET] | Platform::Boolean [C++]

    Whether the operation succeeded.

  • seamlessCallUpgradeSupport
    Type: SeamlessCallUpgradeSupport

    The support level for seamlessly upgrading calls to VoIP.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8.1 [Windows Phone Silverlight 8.1 apps only]

Namespace

Windows.Phone.Networking.Voip Windows::Phone::Networking::Voip [C++]

Metadata

Windows.WinMD

See also

QuerySeamlessUpgradeSupportOperation