Click or drag to resize

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()

Return Value

Type: TaskBoolean

Implements

IAdminApiClientPostReloadRoutingInfoAsync
Remarks
For further information see https://www.arangodb.com/docs/stable/http/administration-and-monitoring.html#reloads-the-routing-information
See Also