|
ClientWizardControllerPing Method |
Update the Last Seen for the Client
Namespace: DrawerBackup.Server.WebS.ControllersAssembly: DrawerBackup.Server (in DrawerBackup.Server.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax[AuthorizeAttribute]
[HttpPostAttribute]
public Result Ping(
[FromUriAttribute] string id
)
<AuthorizeAttribute>
<HttpPostAttribute>
Public Function Ping (
<FromUriAttribute> id As String
) As Result
public:
[AuthorizeAttribute]
[HttpPostAttribute]
Result^ Ping(
[FromUriAttribute] String^ id
)
[<AuthorizeAttribute>]
[<HttpPostAttribute>]
member Ping :
[<FromUriAttribute>] id : string -> Result
Parameters
- id
- Type: SystemString
Return Value
Type:
Result
See Also