HttpNotificationChannel Constructor (String, String)

Namespace:  Microsoft.Phone.Notification
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Sub New ( _
    channelName As String, _
    serviceName As String _
)
public HttpNotificationChannel(
    string channelName,
    string serviceName
)
public:
HttpNotificationChannel(
    String^ channelName, 
    String^ serviceName
)
new : 
        channelName:string * 
        serviceName:string -> HttpNotificationChannel

Parameters

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

HttpNotificationChannel Class

HttpNotificationChannel Overload

Microsoft.Phone.Notification Namespace