IStandardHedgingHandlerBuilder Rozhraní
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Definuje tvůrce použitý ke konfiguraci standardní obslužné rutiny hedgingu.
public interface class IStandardHedgingHandlerBuilder
public interface IStandardHedgingHandlerBuilder
type IStandardHedgingHandlerBuilder = interface
Public Interface IStandardHedgingHandlerBuilder
Vlastnosti
Name |
Získá název standardní obslužné rutiny hedging konfigurované. |
RoutingStrategyBuilder |
Získá tvůrce pro strategii směrování. |
Services |
Získá kolekci služby. |
Metody rozšíření
Configure(IStandardHedgingHandlerBuilder, IConfigurationSection) |
Nakonfiguruje HttpStandardHedgingResilienceOptions pro kanál standardního hedgingu. |
Configure(IStandardHedgingHandlerBuilder, Action<HttpStandardHedgingResilienceOptions,IServiceProvider>) |
Nakonfiguruje HttpStandardResilienceOptions pro kanál standardního hedgingu. |
Configure(IStandardHedgingHandlerBuilder, Action<HttpStandardHedgingResilienceOptions>) |
Nakonfiguruje HttpStandardResilienceOptions pro kanál standardního hedgingu. |
SelectPipelineBy(IStandardHedgingHandlerBuilder, Func<IServiceProvider,Func<HttpRequestMessage,String>>) |
Dá podkladovému tvůrci kanálu pokyn, aby vybral instanci kanálu pomocí vlastního selektoru. |
SelectPipelineByAuthority(IStandardHedgingHandlerBuilder) |
Dá podkladovému tvůrci kanálu pokyn, aby vybral instanci kanálu podle redigované autority (schéma + hostitel + port). |