|
PerfControllerLast Method |
Get the last 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 Last(
[FromUriAttribute] string id
)
<AuthorizeAttribute>
<HttpGetAttribute>
Public Function Last (
<FromUriAttribute> id As String
) As Result
public:
[AuthorizeAttribute]
[HttpGetAttribute]
Result^ Last(
[FromUriAttribute] String^ id
)
[<AuthorizeAttribute>]
[<HttpGetAttribute>]
member Last :
[<FromUriAttribute>] id : string -> Result
Parameters
- id
- Type: SystemString
Return Value
Type:
Result
See Also