C# Class NServiceBus.RoutingFeatureSettingsExtensions

Configuration extensions for routing feature settings.
Afficher le fichier Open project: Particular/NServiceBus

Méthodes publiques

Méthode Description
OverridePublicReturnAddress ( this configuration, string address ) : void

Sets the public return address of this endpoint.

Method Details

OverridePublicReturnAddress() public static méthode

Sets the public return address of this endpoint.
public static OverridePublicReturnAddress ( this configuration, string address ) : void
configuration this The endpoint configuration to extend.
address string The public return address for messages sent by this endpoint.
Résultat void