NotificationHub Constructor (String, String)
Initializes a new instance of the NotificationHub class.
Namespace: Microsoft.WindowsAzure.Messaging
Assembly: Microsoft.WindowsAzure.Messaging (in Microsoft.WindowsAzure.Messaging.dll)
Syntax
public NotificationHub(
string notificationHubPath,
string connectionString
)
public:
NotificationHub(
String^ notificationHubPath,
String^ connectionString
)
new :
notificationHubPath:string *
connectionString:string -> NotificationHub
Public Sub New (
notificationHubPath As String,
connectionString As String
)
Parameters
notificationHubPath
Type: System.StringThe notification hub path.
connectionString
Type: System.StringThe connection string.
See Also
NotificationHub Class
Microsoft.WindowsAzure.Messaging Namespace
Return to top