diff options
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Controllers/SynchronizationController.cs')
| -rw-r--r-- | Software/Visual_Studio/Web/Tango.MachineService/Controllers/SynchronizationController.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/SynchronizationController.cs b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/SynchronizationController.cs index 8b5bee7ae..fb937f52e 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/SynchronizationController.cs +++ b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/SynchronizationController.cs @@ -18,6 +18,11 @@ namespace Tango.MachineService.Controllers { public class SynchronizationController : ApiController { + /// <summary> + /// Expects a DB synchronization request from a remote machine and returns the synchronized version of the machine database. + /// </summary> + /// <param name="request">The request.</param> + /// <returns></returns> [HttpPost] public SynchronizeDBResponse Synchronize(SynchronizeDBRequest request) { |
