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