C# Class TfsWitAdminTools.Service.TFServerService

Inheritance: ITfsServerService
Mostrar archivo Open project: Fermium-co/TfsWitAdminTools

Public Methods

Method Description
GetConfigValue ( string key ) : string
GetFirstServerUrl ( ) : string
GetSecondServerUrl ( ) : string
TFServerService ( IConfigProvider configProvider ) : System.Configuration

Method Details

GetConfigValue() public method

public GetConfigValue ( string key ) : string
key string
return string

GetFirstServerUrl() public method

public GetFirstServerUrl ( ) : string
return string

GetSecondServerUrl() public method

public GetSecondServerUrl ( ) : string
return string

TFServerService() public method

public TFServerService ( IConfigProvider configProvider ) : System.Configuration
configProvider IConfigProvider
return System.Configuration