PP.App.closeMetabase

Syntax

closeMetabase(callback: Function|PP.Delegate, errorcallback: Function|PP.Delegate);

Parameters

callback. Callback function executed after repository connection closes.

errorcallback. Callback function executed if an error is thrown.

Description

The closeMetabase method closes repository connection.

Example

The method use is given in the example for PP.App.openMetabase.

See also:

PP.App