ConfigurationExtensions クラス
継承
System.Object
ConfigurationExtensions
継承されたメンバー
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
アセンブリ: ExapisSOP.dll
構文
public static class ConfigurationExtensions
メソッド 一覧
名前 |
説明 |
AddAppWorker<TAppWorker>(IConfiguration)
|
AppWorkerをサービスとして実行環境に登録します。
|
AddCommandLine(IConfiguration)
|
ICommandLineServiceをサービスとして実行環境に登録します。
ISettingsSystemServiceより後に登録しなければなりません。
|
AddCommandLine(IConfiguration, Func<CommandLineServiceOptions, Task>)
|
ICommandLineServiceをサービスとして実行環境に登録します。
ISettingsSystemServiceより後に登録しなければなりません。
|
AddFileSystem(IConfiguration)
|
IFileSystemServiceをサービスとして実行環境に登録します。
|
AddFileSystem(IConfiguration, Func<FileSystemServiceOptions, Task>)
|
IFileSystemServiceをサービスとして実行環境に登録します。
|
AddLoggingSystem(IConfiguration)
|
ILoggingSystemServiceをサービスとして実行環境に登録します。
ISettingsSystemServiceより後に登録しなければなりません。
また、ICommandLineServiceを登録する場合、
このサービスはその後に登録しなければなりません。
|
AddLoggingSystem(IConfiguration, Func<LoggingSystemServiceOptions, Task>)
|
ILoggingSystemServiceをサービスとして実行環境に登録します。
ISettingsSystemServiceより後に登録しなければなりません。
また、ICommandLineServiceを登録する場合、
このサービスはその後に登録しなければなりません。
|
AddSettingsSystem(IConfiguration)
|
ISettingsSystemServiceをサービスとして実行環境に登録します。
IFileSystemServiceより後に登録しなければなりません。
|
AddSettingsSystem(IConfiguration, Func<SettingsSystemServiceOptions, Task>)
|
ISettingsSystemServiceをサービスとして実行環境に登録します。
IFileSystemServiceより後に登録しなければなりません。
|
AddSystemServices(IConfiguration)
|
全てのシステムサービスを既定の設定で実行環境に登録します。
|
AddSystemServices(IConfiguration, Func<FileSystemServiceOptions, Task>, Func<SettingsSystemServiceOptions, Task>, Func<CommandLineServiceOptions, Task>, Func<LoggingSystemServiceOptions, Task>)
|
全てのシステムサービスを既定の設定で実行環境に登録します。
|