Click or drag to resize
ClientWizardControllerPing Method
Update the Last Seen for the Client

Namespace: DrawerBackup.Server.WebS.Controllers
Assembly: DrawerBackup.Server (in DrawerBackup.Server.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
[AuthorizeAttribute]
[HttpPostAttribute]
public Result Ping(
	[FromUriAttribute] string id
)

Parameters

id
Type: SystemString

Return Value

Type: Result
See Also