ICloudConfigurationProvider.GetConnectionInfo Method (Type, String, String, String)

 

Gets the connection information for the configuration provider.

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

Syntax

IDictionary<string, object> GetConnectionInfo(
    Type type,
    string name,
    out string settingsName,
    out string settingsValue
)
IDictionary<String^, Object^>^ GetConnectionInfo(
    Type^ type,
    String^ name,
    [OutAttribute] String^% settingsName,
    [OutAttribute] String^% settingsValue
)
abstract GetConnectionInfo : 
        type:Type *
        name:string *
        settingsName:string byref *
        settingsValue:string byref -> IDictionary<string, Object>
Function GetConnectionInfo (
    type As Type,
    name As String,
    <OutAttribute> ByRef settingsName As String,
    <OutAttribute> ByRef settingsValue As String
) As IDictionary(Of String, Object)

Parameters

Return Value

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

The connection information for the configuration provider.

See Also

ICloudConfigurationProvider Interface
Microsoft.WindowsAzure.Common.Platform Namespace

Return to top