Hello everyone,
I am trying to follow the instructions for generating code from captured events from server.
From the log I have distilled the webservice calls being made minus my client id and other detailed information, repetitive to and from, etc.
Devices.GetInfo()
Devices.UpdateConnectionInfo()
-> only for lock
Outbound.InitContext()
Outbound.GetContextInfo()
->
Outbound.SendCommandNotification()
Outbound.GetSendStatus() a bunch of them
StoredQueries.GetFirstStoredQueryFiltered()
Devices.GetDeviceInfo()
I am to the point where I am trying to SendCommandNotification, but I don't understand how to create the second parameter clients which is defined to be
OutboundService.ClientSpecifier[] clients.
I am working in VS2012 and have an MVC4 project.
I don't know how to integrate information from the device to specify this clients array. Any help would be greatly appreciated. I have not been able to find any programming references and would also appreciate any help finding them.
Thanks,
Bart