HybridConnectionDescription.ListenerCount Property

 

Gets or sets the number of listeners for this HybridConnection.

Namespace:   Microsoft.ServiceBus.Relay
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)

Syntax

public int ListenerCount { get; internal set; }
public:
property int ListenerCount {
    int get();
    internal: void set(int value);
}
member ListenerCount : int with get, internal set
Public Property ListenerCount As Integer
    Get
    Friend Set
End Property

Property Value

Type: System.Int32

The number of listeners for this HybridConnection.

See Also

HybridConnectionDescription Class
Microsoft.ServiceBus.Relay Namespace

Return to top