コード例 #1
0
 public static PatHostBuilder UseAzureServiceBus(this PatHostBuilder host)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public static PatHostBuilder ConfigureAppConfiguration(this PatHostBuilder host, Action <PatHostBuilderContext, IConfigurationBuilder> configureDelegate)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public static PatHostBuilder ConfigureLogging(this PatHostBuilder host, Action <PatHostBuilderContext, ILoggingBuilder> configureLogging)
 {
     throw new NotImplementedException();
 }