|
ServerControllerFetch Method |
Get information about the current system
Namespace: DrawerBackup.Native.Server.ControllersAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax[AuthorizeAttribute]
[HttpGetAttribute]
public SystemInformation Fetch()
<AuthorizeAttribute>
<HttpGetAttribute>
Public Function Fetch As SystemInformation
public:
[AuthorizeAttribute]
[HttpGetAttribute]
SystemInformation^ Fetch()
[<AuthorizeAttribute>]
[<HttpGetAttribute>]
member Fetch : unit -> SystemInformation
Return Value
Type:
SystemInformation
See Also