OptionConfigureExtensionMethods.TryConfigureFormatter<TOptions,TOptionFormatter> Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Konfiguriert einen Optionsformatierer für TOptions
, wenn bereits keine konfiguriert sind.
public static Microsoft.Extensions.DependencyInjection.IServiceCollection TryConfigureFormatter<TOptions,TOptionFormatter> (this Microsoft.Extensions.DependencyInjection.IServiceCollection services) where TOptions : class where TOptionFormatter : class, Orleans.IOptionFormatter<TOptions>;
static member TryConfigureFormatter : Microsoft.Extensions.DependencyInjection.IServiceCollection -> Microsoft.Extensions.DependencyInjection.IServiceCollection (requires 'Options : null and 'OptionFormatter : null and 'OptionFormatter :> Orleans.IOptionFormatter<'Options>)
<Extension()>
Public Function TryConfigureFormatter(Of TOptions As Class, TOptionFormatter As Class) (services As IServiceCollection) As IServiceCollection
Typparameter
- TOptions
Der Optionstyp.
- TOptionFormatter
Der Optionsformatierertyp.
Parameter
- services
- IServiceCollection
Die Dienste.
Gibt zurück
Die IServiceCollection, für die Verkettung mit anderen Aufrufen.