Hi,

I am working on silverlight application.

I have an error on following code snips

Please ans .. 

 

Observable.Start(() =>
                        {
                            Thread.Sleep(3000);
                            return "Hello There";
                        }).Subscribe(Value => button.Content = Value);
                };

 

this code is not working VS2008 with silverlight application.

It raised error "Specified method is not supported"