Sets up the server-side operation timeouts.
Controller: *
Topic: Configure
Action: Publish
Permissions: None
Name | Type | Expect | Description |
---|---|---|---|
ActionTimeout | Time | Optional | The amount of time to allow before an Query will return with the error Operation.Timeout. If omitted, defaults to 35 seconds. |
SubscriptionTimeout | Time | Optional | The amount of time to allow before a subscription request will fail with the error Operation.Timeout. If omitted, defaults to 35 seconds. |
See Data Types for Time formatting.
No Response Body
Request:
{"Controller":"Market","Topic":"Configure","TransactionID":123,"Data":{"ActionTimeout":"00:01:00"}}
Response:
{"Controller":"Market","Topic":"Configure","TransactionID":123}