hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface representing application memory monitoring.

    interface ISGIAppMemoryMonitor {
        EnableMemoryWarningEvent(enable: boolean): boolean;
        GetMemoryLimitPercent(): any;
    }

    Hierarchy (View Summary)

    Index

    Methods