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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET