VaultApplicationBase Properties |
The VaultApplicationBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | AdminConfigurationsManager |
Admin Configuration Manager to handle the wire-up between M-Files Admin and Dashboard Nodes.
|
![]() | ApplicationDefinition |
The application definition information.
|
![]() | ApplicationRunningStatus |
Returns the application running status. Indicates if the application is starting, stopping or running normally.
|
![]() | AuthenticationData |
The optional authentication data for the application.
|
![]() | AvailabilityGroupStatusWriter |
Multi-server availability group status reporter.
|
![]() | BackgroundOperations |
A manager for creating background operations.
|
![]() | ConfigurationStorage |
The configuration storage object.
|
![]() | EventSourceIdentifier |
Returns the vault application event source identifier that is used when logging to Windows event log.
|
![]() | ExecutionTracer |
The execution tracer object.
|
![]() | InitialLoadComplete |
True after the Initialize() method has been executed.
|
![]() | License |
The optional license of the application.
Set this in inherited class constructor to get license.
|
![]() | MetadataStructureValidationResult |
The results from the metadata structure validation.
|
![]() | MetadataStructureValidator |
The metadata structure validator object.
|
![]() | PermanentVault |
The permanent vault object, runs as MFServer user.
|
![]() | TaskManager |
Task manager.
|
![]() | TaskQueueResolver |
Task queue resolver.
Resolves task queues and task and broadcast processors declared with attributes.
|
![]() | ValidationRecursionLimit |
The number of levels the valdiator is allowed to traverse
before throwing an exception.
This value protects against infinite recursion loops, but may need to
be increased for applications with deeply nested configuration settings.
Note: Using some built-in types may significantly increase the configuration
depth, like SearchConditionsJA.
|