Logoff and close the connection to the MARIProject database
Namespace:
MARIInterface
Assembly:
MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
Remarks
After completing the MARI Interface application, you should exit the object by the logout method.
if (MPInterface != null) {
MPInterface.Logout();
}
See Also