DelegatingConfigHost.IsInitDelayed(IInternalConfigRecord) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Retourneert een waarde die aangeeft of de initialisatie van een configuratieobject wordt beschouwd als vertraagd.
Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.
public:
virtual bool IsInitDelayed(System::Configuration::Internal::IInternalConfigRecord ^ configRecord);
public virtual bool IsInitDelayed(System.Configuration.Internal.IInternalConfigRecord configRecord);
abstract member IsInitDelayed : System.Configuration.Internal.IInternalConfigRecord -> bool
override this.IsInitDelayed : System.Configuration.Internal.IInternalConfigRecord -> bool
Public Overridable Function IsInitDelayed (configRecord As IInternalConfigRecord) As Boolean
Parameters
- configRecord
- IInternalConfigRecord
Het IInternalConfigRecord-object.
Retouren
true als de initialisatie van een configuratieobject wordt beschouwd als vertraagd; anders, false.