ConfigurationHelper.LookupConnectionInfo Method (IEnumerable<Func<String, String>>, Type, String, String, String)

 

Checks the connection information.

Namespace:   Microsoft.WindowsAzure.Common.Internals
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

public static IDictionary<string, object> LookupConnectionInfo(
	IEnumerable<Func<string, string>> configurationSources,
	Type type,
	string name,
	out string settingsName,
	out string settingsValue
)

Parameters

configurationSources
Type: System.Collections.Generic.IEnumerable<Func<String, String>>

The configuration sources.

type
Type: System.Type

The connection type.

name
Type: System.String

The connection name.

settingsName
Type: System.String

The settings name.

settingsValue
Type: System.String

The settings value.

Return Value

Type: System.Collections.Generic.IDictionary<String, Object>

The connection information.

Return to top
Show: