Click or drag to resize

EAPUtilClearFarmCacheAsync Method

Allows asynchronous execution of a clear cache across farm servers

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static Task ClearFarmCacheAsync(
	string qsString
)

Parameters

qsString
Type: SystemString
The querystring to append to root request

Return Value

Type: Task
An awaitable task object
See Also