Interface IQueryReceipt

Provides the ability to wait for a reponse from a query. If you expect to receive multiple responses, handle the onResponse event to handle each response as it is received. Only the last response is returned by the wait() promose.

Hierarchy

Properties

Methods

Properties

onResponse: IEvent<RSQueryResponse>

Methods