C# Класс NServiceBus.ConfigureFileShareDataBus

Contains extension methods to BusConfiguration for the file share data bus
Показать файл Открыть проект

Открытые методы

Метод Описание
BasePath ( this config, string basePath ) : DataBusExtensions

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

Описание методов

BasePath() публичный статический Метод

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.
Результат DataBusExtensions