i2 Connect SDK
Search results for

    Show/hide table of contents

    Home > @i2analyze/i2connect > spi > Async

    spi.Async type

    Indicates that queries are asynchronous, and provides configuration settings. If this is present, then acquireUrl must not be present.

    Signature:

    export type Async = {
        pollingIntervalInSeconds?: number;
        queriesResource: string;
      };
    
    In this article
    Back to top © N. Harris Computer Corporation