C# Класс CK.Plugins.ObjectExplorer.ServiceHostConfiguration

Наследование: IServiceHostConfiguration
Показать файл Открыть проект

Открытые методы

Метод Описание
ApplyConfiguration ( ILogConfig c ) : void
ApplyConfiguration ( ILogServiceConfig s ) : void
GetOptions ( System e ) : ServiceLogEventOptions
GetOptions ( System m ) : ServiceLogMethodOptions
ServiceHostConfiguration ( ILogConfig c ) : CK.Plugin

Описание методов

ApplyConfiguration() публичный Метод

public ApplyConfiguration ( ILogConfig c ) : void
c ILogConfig
Результат void

ApplyConfiguration() публичный Метод

public ApplyConfiguration ( ILogServiceConfig s ) : void
s ILogServiceConfig
Результат void

GetOptions() публичный Метод

public GetOptions ( System e ) : ServiceLogEventOptions
e System
Результат ServiceLogEventOptions

GetOptions() публичный Метод

public GetOptions ( System m ) : ServiceLogMethodOptions
m System
Результат ServiceLogMethodOptions

ServiceHostConfiguration() публичный Метод

public ServiceHostConfiguration ( ILogConfig c ) : CK.Plugin
c ILogConfig
Результат CK.Plugin