|
PerfControllerFetchAll Method |
List all performance variables and the values
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 FetchAll()
<AuthorizeAttribute>
<HttpGetAttribute>
Public Function FetchAll As Result
public:
[AuthorizeAttribute]
[HttpGetAttribute]
Result^ FetchAll()
[<AuthorizeAttribute>]
[<HttpGetAttribute>]
member FetchAll : unit -> Result
Return Value
Type:
Result
See Also