|
PerformanceEnvSetAsync Method |
Insert a value to a performance variable
Namespace: DrawerBackup.NativeAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic Task SetAsync(
string variableName,
double value
)
Public Function SetAsync (
variableName As String,
value As Double
) As Task
public:
Task^ SetAsync(
String^ variableName,
double value
)
member SetAsync :
variableName : string *
value : float -> Task
Parameters
- variableName
- Type: SystemString
- value
- Type: SystemDouble
Return Value
Type:
Task
See Also