Click or drag to resize
PerfControllerMax Method
Get the maximun value of a performance variable in the current environment

Namespace: DrawerBackup.Native.Server.Controllers
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
[AuthorizeAttribute]
[HttpGetAttribute]
public Result Max(
	[FromUriAttribute] string id
)

Parameters

id
Type: SystemString

Return Value

Type: Result
See Also