IAdminApiClientPostReloadRoutingInfoAsync Method |
Reloads the routing table.
POST /_admin/routing/reload
Namespace:
ArangoDBNetStandard.AdminApi
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax Task<bool> PostReloadRoutingInfoAsync()
Function PostReloadRoutingInfoAsync As Task(Of Boolean)
Task<bool>^ PostReloadRoutingInfoAsync()
abstract PostReloadRoutingInfoAsync : unit -> Task<bool>
Return Value
Type:
TaskBooleanRemarks
For further information see
https://www.arangodb.com/docs/stable/http/administration-and-monitoring.html#reloads-the-routing-information
See Also