Condividi tramite


EventHubClient.CreateFromConnectionString(String) Method

Definition

Creates a new instance of the Event Hubs client using the specified connection string. You can populate the EntityPath property with the name of the Event Hub.

public static Microsoft.Azure.EventHubs.EventHubClient CreateFromConnectionString(string connectionString);
static member CreateFromConnectionString : string -> Microsoft.Azure.EventHubs.EventHubClient
Public Shared Function CreateFromConnectionString (connectionString As String) As EventHubClient

Parameters

connectionString
String

Returns

Applies to