C# 클래스 NServiceBus.Routing.UnicastRoute

A destination of address routing.
파일 보기 프로젝트 열기: Particular/NServiceBus 1 사용 예제들

공개 메소드들

메소드 설명
CreateFromEndpointInstance ( EndpointInstance instance ) : UnicastRoute

Creates a destination based on the name of the endpoint instance.

CreateFromEndpointName ( string endpoint ) : UnicastRoute

Creates a destination based on the name of the endpoint.

CreateFromPhysicalAddress ( string physicalAddress ) : UnicastRoute

Creates a destination based on the physical address.

ToString ( ) : string

Returns a string that represents the current object.

비공개 메소드들

메소드 설명
UnicastRoute ( )

메소드 상세

CreateFromEndpointInstance() 공개 정적인 메소드

Creates a destination based on the name of the endpoint instance.
public static CreateFromEndpointInstance ( EndpointInstance instance ) : UnicastRoute
instance EndpointInstance Destination instance name.
리턴 UnicastRoute

CreateFromEndpointName() 공개 정적인 메소드

Creates a destination based on the name of the endpoint.
public static CreateFromEndpointName ( string endpoint ) : UnicastRoute
endpoint string Destination endpoint.
리턴 UnicastRoute

CreateFromPhysicalAddress() 공개 정적인 메소드

Creates a destination based on the physical address.
public static CreateFromPhysicalAddress ( string physicalAddress ) : UnicastRoute
physicalAddress string Destination physical address.
리턴 UnicastRoute

ToString() 공개 메소드

Returns a string that represents the current object.
public ToString ( ) : string
리턴 string