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.3.623.2
Syntaxprotected virtual void AssertApplicationInStableState(
EnvironmentBase env
)
Protected Overridable Sub AssertApplicationInStableState (
env As EnvironmentBase
)
protected:
virtual void AssertApplicationInStableState(
EnvironmentBase^ env
)
Parameters
- env
- Type: MFiles.VAF.CommonEnvironmentBase
Currently running environment, CanBeNull.
See Also