Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Reactive Extensions API in depth: Primitives
Dec 11, 2009 at 4:29 AMHi,
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"