VaultApplicationBaseAssertApplicationInStableState Method

Throws an exception if the application is in a state where it cannot properly handle server events.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
protected virtual void AssertApplicationInStableState(
	EnvironmentBase env
)

Parameters

env  EnvironmentBase
Currently running environment, CanBeNull.

See Also