No announcements
Found 1987004 threads
-
8 Votes
Interactive Tutorial on Async Functions - just released
Hi everyone I've just completed an interactive tutorial on C# asynchronous functions. -
0 Votes
ASYNC/AWAIT Interactions with a Web Page
Async/Await only works within a single context.Answered | 2 Replies | 4844 Views | Created by SammyD - Wednesday, December 7, 2011 3:03 PM | Last reply by Stephen Cleary - Wednesday, December 7, 2011 6:42 PM -
2 Votes
Async / await - I just don't get it
In those stages, the code looks like to stop or in as WPF, the UI freezes; you cannot interact with the UI any more.Answered | 15 Replies | 4085 Views | Created by John-CI - Tuesday, December 9, 2014 6:59 PM | Last reply by John-CI - Sunday, December 14, 2014 5:38 PM -
0 Votes
Commercial Release Date for Visual Studio async feature
There is no official "release date" announced for the Async functionality yet.Answered | 1 Replies | 9365 Views | Created by Mohit Dwivedi - Thursday, February 17, 2011 4:43 PM | Last reply by Reed Copsey, Jr - Thursday, February 17, 2011 5:08 PM -
0 Votes
Interactions is not working...
It seems that updating to the final release the problems are solved :DAnswered | 12 Replies | 1175 Views | Created by Jon AM - Monday, October 13, 2014 8:58 AM | Last reply by Jon AM - Thursday, October 23, 2014 7:22 AM -
0 Votes
Using async as a function?
And as I was saying you cannot return bool on an async function you have to return Task<bool> .Answered | 4 Replies | 2483 Views | Created by WickedSick - Thursday, July 26, 2012 8:47 AM | Last reply by Can Bilgin - Thursday, July 26, 2012 1:21 PM -
2 Votes
Building an async SetTimeout function
You can do this via Task.Delay directly: http://msdn.microsoft.com/en-us/library/hh160377.aspx Just call: await ...Answered | 1 Replies | 11694 Views | Created by adamab - Friday, December 21, 2012 10:18 PM | Last reply by Reed Copsey, Jr - Saturday, December 22, 2012 3:55 AM -
3 Votes
Pitfalls of Async?
Just look into some async tutorials and you will see, it always talks about the greatness and never about the proper place.Answered | 15 Replies | 5567 Views | Created by mchalls - Friday, December 21, 2012 5:40 PM | Last reply by Lucian Wischik, MSFT - Wednesday, May 15, 2013 8:53 PM -
0 Votes
Problem catching an exception in Async function
As is, the function and exception handler will exit before UploadProcess finishes Running under the debugger to see the first chance exceptions may help ...Answered | 2 Replies | 762 Views | Created by Ireland75 - Friday, October 24, 2014 1:35 PM | Last reply by Ireland75 - Friday, October 24, 2014 10:57 PM -
0 Votes
will the compiler optimize async methods that just passthrough control?
Hi piopio- It would be more efficient, at least in the CTP, to just return the Task directly rather than awaiting it It's possible the compiler could do ...Answered | 1 Replies | 4952 Views | Created by piopio - Monday, November 15, 2010 9:08 PM | Last reply by Stephen Toub - MSFT - Tuesday, November 16, 2010 1:19 AM -
2 Votes
Can a function/method interact with a form?
Value1 * Value2 End Function End ModuleAnswered | 5 Replies | 477 Views | Created by 40Espada6 - Monday, June 22, 2015 7:42 PM | Last reply by Kareninstructor - Monday, June 22, 2015 9:48 PM -
2 Votes
How to use async function in unittest project by c++?
Currently we don't have support for Async in C++ Metro unit Test Library.Answered | 3 Replies | 5343 Views | Created by woody tk - Thursday, June 28, 2012 7:09 AM | Last reply by donjnavarro - Wednesday, March 26, 2014 12:41 AM -
1 Votes
Async and Wait
Yes, async all the way.Answered | 5 Replies | 1491 Views | Created by MrSnert - Tuesday, April 2, 2019 11:38 AM | Last reply by MrSnert - Wednesday, April 10, 2019 10:34 AM -
0 Votes
Async operations in one function under c++
You can use a loop to convert char array to byte[] And the OutputDebugString API is the same function with System.Diagnostics.Debug.WriteLine ...Answered | 3 Replies | 2340 Views | Created by urs32 - Friday, September 21, 2012 4:36 PM | Last reply by Jesse Jiang - Tuesday, September 25, 2012 5:45 AM -
2 Votes
Why does every Async function have to execute Await?
If function Test calls Async function Test2, it does make sense that Test has to wait for the end of Test2.Answered | 17 Replies | 1121 Views | Created by Armin Zingler - Thursday, November 17, 2016 3:25 PM | Last reply by Armin Zingler - Tuesday, March 14, 2017 12:51 AM -
1 Votes
async and yield
In an earlier library release, it was actually possible to await an IObservable directly.Answered | 9 Replies | 11816 Views | Created by eisenpony - Monday, June 13, 2011 2:55 PM | Last reply by Halo_Four - Thursday, October 20, 2011 3:12 PM -
0 Votes
Retrieve values of an async static function in application metro
so if your results variable is a valid reference to a UserCollection object, you can just write: return results.Users;Answered | 9 Replies | 2583 Views | Created by DiddyRennes - Monday, May 7, 2012 8:54 AM | Last reply by DiddyRennes - Wednesday, May 9, 2012 7:07 AM -
1 Votes
When is async not async
await makes the code run asynchronously, the async keyword just enables await, it does nothing on its own so your code runs completely synchronously.Answered | 13 Replies | 1322 Views | Created by Dave Mullard - Monday, August 11, 2014 3:09 AM | Last reply by Eyal Solnik - Tuesday, August 12, 2014 2:30 PM -
3 Votes
Will we get async support for serialization?
We do not have plans to add async support for DataContractSerializer atleast for Dev11 RTM right now.Answered | 3 Replies | 10492 Views | Created by IanG - Saturday, October 1, 2011 11:12 AM | Last reply by Piyush [MSFT] - Wednesday, October 5, 2011 6:40 PM -
0 Votes
Async/Await for Win XP
Most other things "just work".Answered | 1 Replies | 4662 Views | Created by Perry Manole - Monday, January 14, 2013 8:42 PM | Last reply by Reed Copsey, Jr - Monday, January 14, 2013 9:01 PM - Items 1 to 20 of 1987004 Next ›
No announcements