C# Class MassTransit.Host.Configuration.ManyConfigurationProviders

Inheritance: IConfigurationProvider
Show file Open project: MassTransit/MassTransit

Public Methods

Method Description
ManyConfigurationProviders ( ) : System.Collections.Specialized
TryGetConnectionString ( string name, string &connectionString, string &providerName ) : bool
TryGetNameValueCollectionSection ( string section, NameValueCollection &collection ) : bool
TryGetSetting ( string name, string &value ) : bool

Method Details

ManyConfigurationProviders() public method

public ManyConfigurationProviders ( ) : System.Collections.Specialized
return System.Collections.Specialized

TryGetConnectionString() public method

public TryGetConnectionString ( string name, string &connectionString, string &providerName ) : bool
name string
connectionString string
providerName string
return bool

TryGetNameValueCollectionSection() public method

public TryGetNameValueCollectionSection ( string section, NameValueCollection &collection ) : bool
section string
collection System.Collections.Specialized.NameValueCollection
return bool

TryGetSetting() public method

public TryGetSetting ( string name, string &value ) : bool
name string
value string
return bool