VoipHttpIncomingCallTask Constructor
Collapse the table of content
Expand the table of content

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)

public VoipHttpIncomingCallTask(
	string name,
	string channelName
)

Parameters

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

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).

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft