4
Reply

what does this code mean ?

Ask a question
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

Answers (4)