示例#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();
 }