EventProcessorHost.HostName Property

 

Gets the host name, which is a unique name for the EventProcessorHost instance.

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

Syntax

public string HostName { get; private set; }
public:
property String^ HostName {
    String^ get();
    private: void set(String^ value);
}
member HostName : string with get, private set
Public Property HostName As String
    Get
    Private Set
End Property

Property Value

Type: System.String

The host name.

See Also

EventProcessorHost Class
Microsoft.ServiceBus.Messaging Namespace

Return to top