NamespaceManager.CreateFromConnectionString(String) Method
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.
Creates an instance of the NamespaceManager class based on key-value configuration connection string.
public static Microsoft.Azure.NotificationHubs.NamespaceManager CreateFromConnectionString (string connectionString);
static member CreateFromConnectionString : string -> Microsoft.Azure.NotificationHubs.NamespaceManager
Public Shared Function CreateFromConnectionString (connectionString As String) As NamespaceManager
Parameters
- connectionString
- String
The connection string.
Returns
An instance of the NamespaceManager class