ISPO SDK
    Preparing search index...

    Interface EntitySubscription

    Markdown
    interface EntitySubscription {
        sid: number;
        close(): void;
        onEnd(handler: EntitySubscriptionEndHandler): () => void;
    }

    Hierarchy

    Index
    sid: number

    The project-local stream id.

    • Tear down the subscription and post end to the host. Idempotent.

      Returns void