C# 클래스 SevenDigital.Messaging.Routing.UniqueEndpointGenerator

Auto generator that produces unique name for a given installation of a service
상속: IUniqueEndpointGenerator
파일 보기 프로젝트 열기: i-e-b/SevenDigital.Messaging

공개 메소드들

메소드 설명
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

메소드 상세

Generate() 공개 메소드

Generate the endpoint name
public Generate ( ) : Endpoint
리턴 Endpoint

UniqueEndpointGenerator() 공개 메소드

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