AspireClient.cancelToken
Method
interface AspireClient { // ... omitted for brevity cancelToken(tokenId: string): Promise<boolean>;}Signature
method
cancelToken Cancel a CancellationToken by its ID
cancelToken(tokenId: string): Promise<boolean>Parameters
tokenId string Returns
Promise<boolean> Defined on
This method is defined on the following type: