Click or drag to resize
PerformanceEnvSetAsync Method
Insert a value to a performance variable

Namespace: DrawerBackup.Native
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public Task SetAsync(
	string variableName,
	double value
)

Parameters

variableName
Type: SystemString
value
Type: SystemDouble

Return Value

Type: Task
See Also