C# Class SevenDigital.Messaging.Routing.UniqueEndpointGenerator

Auto generator that produces unique name for a given installation of a service
Inheritance: IUniqueEndpointGenerator
Afficher le fichier Open project: i-e-b/SevenDigital.Messaging

Méthodes publiques

Méthode Description
Generate ( ) : Endpoint

Generate the endpoint name

UniqueEndpointGenerator ( ) : System

Create a new endpoint generator. This will create a name based on the host machine and the calling assembly

Method Details

Generate() public méthode

Generate the endpoint name
public Generate ( ) : Endpoint
Résultat Endpoint

UniqueEndpointGenerator() public méthode

Create a new endpoint generator. This will create a name based on the host machine and the calling assembly
public UniqueEndpointGenerator ( ) : System
Résultat System