You need to check the references to the Milestone dlls and copy the dependent files to the project, nothing else is required to build and run this sample. Feedback on the sample will be appreciated.
This is an old thread, but I have a question regarding the logs. I tried to implement VideoOS.Platform.Log.LogClient.GetCount to get count of all logs between certain dates. My program pretty much stalls and nothing happens when it get to this point. As there is a limit of 999 logs per page, is there a way to actually get the number of pages rather than log count ?
Thanks Rie, I tried smaller time period (1 day) but everytime I try to use GetCount method, my program just hangs. Any resolution you can think of? What does “page” parameter for, is 999 limit per page ? I was hoping GetCount divided by 999 would be total pages.