|
StateControllerFetch Method |
Get current client state
Namespace: DrawerBackup.Client.WebS.ControllersAssembly: DrawerBackup.Client (in DrawerBackup.Client.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax[AuthorizeAttribute]
[HttpGetAttribute]
public Result Fetch()
<AuthorizeAttribute>
<HttpGetAttribute>
Public Function Fetch As Result
public:
[AuthorizeAttribute]
[HttpGetAttribute]
Result^ Fetch()
[<AuthorizeAttribute>]
[<HttpGetAttribute>]
member Fetch : unit -> Result
Return Value
Type:
Result
See Also