Click or drag to resize

MPInterfaceLogout Method

Logoff and close the connection to the MARIProject database

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public void Logout()
Remarks
After completing the MARI Interface application, you should exit the object by the logout method.
C#
if (MPInterface != null) {
  MPInterface.Logout();
}
See Also