Skip to content

Commit 3b5465a

Browse files
committed
Query cancellation at /CancelQuery/:CubeKey/:QueryKey
1 parent b383736 commit 3b5465a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

MDX2JSON/REST.cls.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Example: send HTTP GET request to web application with Dispatch class <b>MDX2JSO
4848
<!-- Send objects in this format: {"MDX":"QUERY"} HTTP method: POST -->
4949
5050
<Route Url="/MDX" Method="POST" Call="WriteJSONfromMDX"/>
51+
<Route Url="/CancelQuery/:CubeKey/:QueryKey" Method="GET" Call="%DeepSee.ResultSet:%CancelQuery"/>
5152
<Route Url="/MDX2JSONP" Method="POST" Call="WriteJSONPfromMDX" Body="MDX"/>
5253
<Route Url="/MDXDrillthrough" Method="POST" Call="WriteDrillthroughJSON" Body="MDX"/>
5354
<Route Url="/MDX2XMLA" Method="POST" Call="WriteXMLAfromMDX" Body="MDX"/>

MDX2JSON/Tests.cls.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ Classes with support methods for testing MDX2JSON</Description>
88

99
<Parameter name="LastCommit">
1010
<Type>%String</Type>
11-
<Default>d186cff8f8a178c176bd919aefba2d1cc3de8e70</Default>
11+
<Default>b383736ea09bb92a270223b0d691cba11963f47a</Default>
1212
</Parameter>
1313

1414
<Parameter name="LastCommitTS">
1515
<Type>%TimeStamp</Type>
16-
<Default>2018-02-06 11:07:50.433</Default>
16+
<Default>2018-02-06 14:16:09.314</Default>
1717
</Parameter>
1818

1919
<Method name="ProjectLength">

0 commit comments

Comments
 (0)