VoipBackgroundProcess Class

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Enables a VoIP application running in the foreground to launch the VoIP background process.

Inheritance Hierarchy

System..::.Object
  Microsoft.Phone.Networking.Voip..::.VoipBackgroundProcess

Namespace:  Microsoft.Phone.Networking.Voip
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public NotInheritable Class VoipBackgroundProcess
public static class VoipBackgroundProcess

Methods

  Name Description
Launch()()() Launches the VoIP background process.
Launch(Int32%) Launches the VoIP background process and returns its process ID.

Top

Remarks

Capabilities

If you use this API in your app, you must specify the following capabilities in the app manifest. Otherwise, your app might not work correctly or it might exit unexpectedly.

ID_CAP_VOIP

Windows Phone 8

For more info, see App capabilities and hardware requirements for Windows Phone 8.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Phone.Networking.Voip Namespace