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