Click or drag to resize

LinkarClientResetCommonBlocks Method

Linkar Framework for .NET and Core


Resets the COMMON variables with the 100 most used files in a asynchronous way.

Namespace: Linkar.Functions.Persistent
Assembly: Linkar.Functions.Persistent (in Linkar.Functions.Persistent.dll) Version: 2.3.1
Syntax
public string ResetCommonBlocks(
	DATAFORMAT_TYPE outputFormat = DATAFORMAT_TYPE.MV,
	int receiveTimeout = 0
)

Parameters

outputFormat  DATAFORMAT_TYPE  (Optional)
Indicates in what format you want to receive the data resulting from the operation: MV, XML or JSON.
receiveTimeout  Int32  (Optional)
Maximum time in seconds that the client will wait for a response from the server. Default = 0 to wait indefinitely.

Return Value

String
The results of the operation.
See Also