HttpNotificationChannel.Find Method

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

Syntax

'Declaration
Public Shared Function Find ( _
    channelName As String _
) As HttpNotificationChannel
public static HttpNotificationChannel Find(
    string channelName
)
public:
static HttpNotificationChannel^ Find(
    String^ channelName
)
static member Find : 
        channelName:string -> HttpNotificationChannel

Parameters

Return Value

Type: Microsoft.Phone.Notification.HttpNotificationChannel

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

HttpNotificationChannel Class

Microsoft.Phone.Notification Namespace