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

    Interface representing a message port that extends ISGIMessagePort.

    interface ISGROMessagePort {
        GetMessage(): any;
        PeekMessage(): any;
        WaitMessage(timeout: number): any;
    }

    Hierarchy (View Summary)

    Index

    Methods