C# Class NServiceBus.ConfigureFileShareDataBus

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

Public Methods

Method Description
BasePath ( this config, string basePath ) : DataBusExtensions

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

Method Details

BasePath() public static method

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.
return DataBusExtensions