|
PerfControllerMax Method |
Get the maximun value of a performance variable in the current environment
Namespace: DrawerBackup.Native.Server.ControllersAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax[AuthorizeAttribute]
[HttpGetAttribute]
public Result Max(
[FromUriAttribute] string id
)
<AuthorizeAttribute>
<HttpGetAttribute>
Public Function Max (
<FromUriAttribute> id As String
) As Result
public:
[AuthorizeAttribute]
[HttpGetAttribute]
Result^ Max(
[FromUriAttribute] String^ id
)
[<AuthorizeAttribute>]
[<HttpGetAttribute>]
member Max :
[<FromUriAttribute>] id : string -> Result
Parameters
- id
- Type: SystemString
Return Value
Type:
Result
See Also