VaultApplicationBaseAssertApplicationInStableState Method |
Throws an exception if the application is in a state where it
cannot properly handle server events.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.1.0.1 (2.1.0.1)
Syntaxprotected virtual void AssertApplicationInStableState(
EnvironmentBase env
)
Parameters
- env
- Type: MFiles.VAF.CommonEnvironmentBase
Currently running environment, CanBeNull.
See Also