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.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
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).
Show: