EventProcessorHost Constructor (String, String, String, String)

 

Namespace:   Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus.Messaging.EventProcessorHost (in Microsoft.ServiceBus.Messaging.EventProcessorHost.dll)

Syntax

public EventProcessorHost(
    string eventHubPath,
    string consumerGroupName,
    string eventHubConnectionString,
    string storageConnectionString
)
public:
EventProcessorHost(
    String^ eventHubPath,
    String^ consumerGroupName,
    String^ eventHubConnectionString,
    String^ storageConnectionString
)
new : 
        eventHubPath:string *
        consumerGroupName:string *
        eventHubConnectionString:string *
        storageConnectionString:string -> EventProcessorHost
Public Sub New (
    eventHubPath As String,
    consumerGroupName As String,
    eventHubConnectionString As String,
    storageConnectionString As String
)

Parameters

See Also

EventProcessorHost Overload
EventProcessorHost Class
Microsoft.ServiceBus.Messaging Namespace

Return to top