NamespaceManager Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
NamespaceManager(String) |
Initializes a new instance of NamespaceManager |
NamespaceManager(String, NotificationHubSettings) |
NamespaceManager(String)
Initializes a new instance of NamespaceManager
public NamespaceManager (string connectionString);
new Microsoft.Azure.NotificationHubs.NamespaceManager : string -> Microsoft.Azure.NotificationHubs.NamespaceManager
Public Sub New (connectionString As String)
Parameters
- connectionString
- String
Namespace connection string
Applies to
NamespaceManager(String, NotificationHubSettings)
public NamespaceManager (string connectionString, Microsoft.Azure.NotificationHubs.NotificationHubSettings settings);
new Microsoft.Azure.NotificationHubs.NamespaceManager : string * Microsoft.Azure.NotificationHubs.NotificationHubSettings -> Microsoft.Azure.NotificationHubs.NamespaceManager
Public Sub New (connectionString As String, settings As NotificationHubSettings)
Parameters
- connectionString
- String
Namespace connection string
- settings
- NotificationHubSettings
Namespace manager settings.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET