Hi,
working on this for days now.
I have a very large database with appointments.
I get those data and generate appointments from it. One after the other. This takes nearly 30 seconds.
I don`t want the UI to be freezed in this time.
Now i am trying to fill the appointmentCollection in another thread using the Async/await pattern.
But seems as if i am to stupid to do so. When trying to bind the schedule.Appointment to this AppointmentCollection i am getting an Error that this is not possible cause the appointmentCollection is in another thread.
Has anyone a working example for me ?
Many thanks in advanced
Tom