C# Class NServiceBus.Routing.UnicastRoute

A destination of address routing.
Afficher le fichier Open project: Particular/NServiceBus Class Usage Examples

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
UnicastRoute ( )

Method Details

CreateFromEndpointInstance() public static méthode

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

CreateFromEndpointName() public static méthode

Creates a destination based on the name of the endpoint.
public static CreateFromEndpointName ( string endpoint ) : UnicastRoute
endpoint string Destination endpoint.
Résultat UnicastRoute

CreateFromPhysicalAddress() public static méthode

Creates a destination based on the physical address.
public static CreateFromPhysicalAddress ( string physicalAddress ) : UnicastRoute
physicalAddress string Destination physical address.
Résultat UnicastRoute

ToString() public méthode

Returns a string that represents the current object.
public ToString ( ) : string
Résultat string