VoipHttpIncomingCallTask Constructor

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

Initializes a new instance of the VoipHttpIncomingCallTask class.

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

Syntax

Public Sub New ( _
    name As String, _
    channelName As String _
)
public VoipHttpIncomingCallTask(
    string name,
    string channelName
)

Parameters

  • channelName
    Type: System..::.String
    The name of the Push Notification channel associated with the incoming call.

Remarks

The Push Notification channel name cannot be updated after the agent has been created and registered with the system. In order to change the channel name, you should remove the agent using Remove(String) and then add the agent with the new channel name by calling Add(ScheduledAction).

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

VoipHttpIncomingCallTask Class

Microsoft.Phone.Networking.Voip Namespace