C# Class NServiceBus.ConfigureFileShareDataBus

Contains extension methods to BusConfiguration for the file share data bus
Afficher le fichier Open project: Particular/NServiceBus

Méthodes publiques

Méthode Description
BasePath ( this config, string basePath ) : DataBusExtensions

The location to which to write/read serialized properties for the databus.

Method Details

BasePath() public static méthode

The location to which to write/read serialized properties for the databus.
public static BasePath ( this config, string basePath ) : DataBusExtensions
config this The configuration object.
basePath string The location to which to write/read serialized properties for the databus.
Résultat DataBusExtensions