IServiceSettingsProvider Interface

Definition

Provides an abstraction for getting the ServiceSettingsDictionary for a service. The ServiceSettingsDictionary contains settings such as the name and other parameters for the service.

public interface IServiceSettingsProvider
type IServiceSettingsProvider = interface
Public Interface IServiceSettingsProvider
Derived

Methods

GetServiceSettings()

Gets the ServiceSettingsDictionary for this service.

Applies to