Exemplo n.º 1
0
 public static PatHostBuilder UseAzureServiceBus(this PatHostBuilder host)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public static PatHostBuilder ConfigureAppConfiguration(this PatHostBuilder host, Action <PatHostBuilderContext, IConfigurationBuilder> configureDelegate)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public static PatHostBuilder ConfigureLogging(this PatHostBuilder host, Action <PatHostBuilderContext, ILoggingBuilder> configureLogging)
 {
     throw new NotImplementedException();
 }