C# Class NServiceBus.Features.DataBus

Used to configure the databus.
Inheritance: Feature
Afficher le fichier Open project: Particular/NServiceBus Class Usage Examples

Méthodes protégées

Méthode Description
Setup ( NServiceBus.Features.FeatureConfigurationContext context ) : void

Called when the features is activated.

Private Methods

Méthode Description
DataBus ( ) : System
GetSelectedFeatureForDataBus ( SettingsHolder settings ) : Type

Method Details

Setup() protected méthode

Called when the features is activated.
protected Setup ( NServiceBus.Features.FeatureConfigurationContext context ) : void
context NServiceBus.Features.FeatureConfigurationContext
Résultat void