VaultApplicationBase Fields

Fields

anonymousMethods  
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.
cacheEventSink The vault listeners registered to update the metadatastructurecache backing vault instances.
eventHandlerMethods Collections of the event handling methods.
eventSourceIdentifier The application event source identifier that is used in conjunction with the Windows event log.
MaxTimeToWaitBackgroundOperationsAtUninitialization Defines how long the background operations can be waited at uninitialization.
MultiserverHealthStatusNamespace Namespace holds the multi-server mode health status entries (one per host machine).
propertyMethods Collection of property extension methods by property.
stateMethods Collection of state extension methods by state.
stateTransitionMethods Collection of state transition extension methods by state.
unusedAnonymousMethodNames  
unusedVaultExtensionNames List of vault extension method names which are known but not used.
vaultExtensionMethods Collection of vault extension methods by name.

See Also