C# Class NServiceBus.ConfigureExtensions

Show file Open project: andreasohlund/NSBManager

Public Methods

Method Description
ConfigureInstrumentation ( this config ) : Configure
ConfigureInstrumentation ( this config, IHostInspector hostInspector ) : Configure
StartWithInstrumentation ( this startableBus ) : IBus

Method Details

ConfigureInstrumentation() public static method

public static ConfigureInstrumentation ( this config ) : Configure
config this
return Configure

ConfigureInstrumentation() public static method

public static ConfigureInstrumentation ( this config, IHostInspector hostInspector ) : Configure
config this
hostInspector IHostInspector
return Configure

StartWithInstrumentation() public static method

public static StartWithInstrumentation ( this startableBus ) : IBus
startableBus this
return IBus