Class DiscoveryServiceInstanceListenerBuilder
Provides the builder class for a
Inheritance
System.Object
DiscoveryServiceInstanceListenerBuilder
Namespace: Copper.Discovery.Service
Assembly: Copper.Discovery.Service.dll
Syntax
public sealed class DiscoveryServiceInstanceListenerBuilder : DiscoveryServiceInstanceListenerBuilder<DiscoveryServiceInstanceListenerBuilder>
Methods
View SourceCreate(String)
Creates a new DiscoveryServiceInstanceListenerBuilder instance.
Declaration
public static DiscoveryServiceInstanceListenerBuilder Create(string listenerName)
Parameters
Type | Name | Description |
---|---|---|
System.String | listenerName | The listener name. |
Returns
Type | Description |
---|---|
DiscoveryServiceInstanceListenerBuilder | The DiscoveryServiceInstanceListenerBuilder instance. |