ApplicationCloseDatabase Method

Close the currently open database if one exists.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public void CloseDatabase(
	int delay = 0
)

Parameters

delay  Int32  (Optional)
Delay closing the connection for this many seconds.

See Also