DelegatingConfigHost.IsInitDelayed(IInternalConfigRecord) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a value indicating whether the initialization of a configuration object is considered delayed.
This API supports the product infrastructure and is not intended to be used directly from your code.
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
The IInternalConfigRecord object.
Returns
true
if the initialization of a configuration object is considered delayed; otherwise, false
.