DefaultStorageProviderSerializerOptionsConfigurator<TOptions> Klasse
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.
Stellt die Standardkonfiguration für bereit GrainStorageSerializer.
public class DefaultStorageProviderSerializerOptionsConfigurator<TOptions> : Microsoft.Extensions.Options.IPostConfigureOptions<TOptions> where TOptions : class, IStorageProviderSerializerOptions
type DefaultStorageProviderSerializerOptionsConfigurator<'Options (requires 'Options : null and 'Options :> IStorageProviderSerializerOptions)> = class
interface IPostConfigureOptions<'Options (requires 'Options : null and 'Options :> IStorageProviderSerializerOptions)>
Public Class DefaultStorageProviderSerializerOptionsConfigurator(Of TOptions)
Implements IPostConfigureOptions(Of TOptions)
Typparameter
- TOptions
Der Optionstyp.
- Vererbung
-
DefaultStorageProviderSerializerOptionsConfigurator<TOptions>
- Implementiert
-
IPostConfigureOptions<TOptions>
Konstruktoren
DefaultStorageProviderSerializerOptionsConfigurator<TOptions>(IServiceProvider) |
Initialisiert eine neue Instanz der DefaultStorageProviderSerializerOptionsConfigurator<TOptions>-Klasse. |
Methoden
PostConfigure(String, TOptions) |
Stellt die Standardkonfiguration für bereit GrainStorageSerializer. |