what does this code mean ?
hello ,
i am new to c# . i want to know what is happening in this code below. I am working in visual studio platform.
this.Dispatcher.BeginInvoke(DispatcherPriority.Background, (Action)(() => this.ProcessDepthData()));
thank you