ConfigurableVaultApplicationBaseTSecureConfiguration Fields

Fields

anonymousMethods
(Inherited from VaultApplicationBase)
applicationRunningStatus Indicates the application running status. This is volatile because the value can be accessed from multiple threads to avoid caching delays -- the enumeration read and write itself is atomic.
(Inherited from VaultApplicationBase)
cacheEventSink The vault listeners registered to update the metadatastructurecache backing vault instances.
(Inherited from VaultApplicationBase)
eventHandlerMethods Collections of the event handling methods.
(Inherited from VaultApplicationBase)
eventSourceIdentifier The application event source identifier that is used in conjunction with the Windows event log.
(Inherited from VaultApplicationBase)
MaxTimeToWaitBackgroundOperationsAtUninitialization Defines how long the background operations can be waited at uninitialization.
(Inherited from VaultApplicationBase)
propertyMethods Collection of property extension methods by property.
(Inherited from VaultApplicationBase)
stateMethods Collection of state extension methods by state.
(Inherited from VaultApplicationBase)
stateTransitionMethods Collection of state transition extension methods by state.
(Inherited from VaultApplicationBase)
unusedAnonymousMethodNames
(Inherited from VaultApplicationBase)
unusedVaultExtensionNames List of vault extension method names which are known but not used.
(Inherited from VaultApplicationBase)
vaultExtensionMethods Collection of vault extension methods by name.
(Inherited from VaultApplicationBase)

See Also