No announcements
Found 1379444 threads
-
1 Votes
Dispatcher issues with Geolocation
Hi Chrisanoh, Dispatcher is a property that is exposed by classes that inherit from Windows.UI.Xaml.DependencyObject.Answered | 2 Replies | 3193 Views | Created by Cristianoh - Monday, June 18, 2012 1:49 AM | Last reply by Cristianoh - Sunday, June 24, 2012 6:27 AM -
1 Votes
Bug awaiting tasks from Dispatcher
Hi Fil- Yes, no Dispatcher is pumping as soon as you're out of the call to the dispatcher.Answered | 5 Replies | 5638 Views | Created by Fil Mackay - Monday, January 10, 2011 2:02 AM | Last reply by Stephen Toub - MSFT - Tuesday, January 11, 2011 12:15 AM -
1 Votes
working with dispatcher timer
The dispatcher timer, as its name cleverly suggests, is attached to the CoreDispatcher object which maintains the thread's system message queue.Answered | 2 Replies | 816 Views | Created by ozkarLeo - Thursday, April 9, 2015 4:53 AM | Last reply by mcosmin - Thursday, April 9, 2015 11:49 AM -
0 Votes
Issue Release Dispatch Blocking
If you have any issue about SQL Server Data Access, please tell me freely.Answered | 9 Replies | 1969 Views | Created by Sebastien_Auroux - Tuesday, March 3, 2020 3:04 PM | Last reply by SebastienAuroux - Monday, August 3, 2020 8:49 AM -
3 Votes
Access the dispatcher of another Thread.
Hi , please refer to this ...Answered | 3 Replies | 1659 Views | Created by Jorge_M_P - Wednesday, July 10, 2013 2:41 PM | Last reply by Jorge_M_P - Thursday, July 11, 2013 10:09 AM -
0 Votes
WPF Dispatcher Queries
If yes what would be the dispatcher scenario then.Answered | 5 Replies | 797 Views | Created by Vishal Kr Singh - Wednesday, September 9, 2015 11:12 AM | Last reply by Vishal Kr Singh - Wednesday, September 9, 2015 12:46 PM -
0 Votes
Using Multiple Dispatchers in WPF
Just read a very good article on this (https://eprystupa.wordpress.com/2008/07/28/running-wpf-application-with-multiple-ui-threads/) and now I am wondering whether dispatcher orphans/ghosts ...Answered | 8 Replies | 4391 Views | Created by Dan Suitor - Tuesday, June 24, 2014 8:46 PM | Last reply by donvanm - Friday, August 18, 2017 5:24 PM -
4 Votes
Dispatcher add into the for loop issue.
So as for this issue, I think you could force your DataGrid refersh, and then you could achieve your goal, the code snippet like below(I have ...Answered | 3 Replies | 4886 Views | Created by Jitendra Jadav - Tuesday, December 28, 2010 10:04 AM | Last reply by Sheldon _Xiao - Thursday, December 30, 2010 8:53 AM -
0 Votes
Dispatcher creation necessity
Maybe the dispatcher manages to post back the date time on the port (or manages the CCR "time").Answered | 3 Replies | 6102 Views | Created by tivadj2 - Thursday, November 13, 2008 9:54 AM | Last reply by Vincent Maurin - Friday, November 14, 2008 8:22 AM -
0 Votes
Accessing Dispatcher on the design surface.
Its using the dispatcher as a deferral mechanism.Answered | 3 Replies | 1632 Views | Created by Graham Murray - IG - Thursday, September 6, 2012 7:10 PM | Last reply by Graham Murray - IG - Tuesday, September 18, 2012 7:23 PM -
0 Votes
Global exception dispatcher in addin word
I'd suggest handling exceptions instantly in the code and add releasing COM objects statements in the code.Answered | 2 Replies | 858 Views | Created by Christophee - Wednesday, July 27, 2016 12:31 PM | Last reply by christopheNS - Wednesday, August 3, 2016 8:15 AM -
0 Votes
[Closed] Problem with Dispatcher and Threads
Do that for sure not if it is about dispatcher as the problem is about windows Forms.Answered | 9 Replies | 2312 Views | Created by SuNcO - Thursday, June 14, 2012 9:09 PM | Last reply by SuNcO - Friday, June 15, 2012 10:13 PM -
1 Votes
STA component access through dedicated Dispatcher
It doesn't know anything about CCR, so it won't dispatch any pending tasks in the CCR task queues.Answered | 2 Replies | 8331 Views | Created by Maciek Saczuk - Thursday, September 1, 2011 10:17 PM | Last reply by Maciek Saczuk - Tuesday, September 6, 2011 6:36 PM -
0 Votes
Choosing the right Dispatcher constructor
The Dispatcher constructors may be given zero (0) for the threadCount, in which case a default number of threads are used based on the number of processors and the ThreadsPerCpu property ...Answered | 2 Replies | 4670 Views | Created by Venk K - Wednesday, April 11, 2012 9:07 PM | Last reply by Venk K - Wednesday, April 11, 2012 11:30 PM -
0 Votes
blocking issue
It would not change behavior of writers (writers still block each other) nor behavior of readers in any other transaction isolation level.Answered | 6 Replies | 1142 Views | Created by Zeal DBA - Monday, January 30, 2017 10:24 AM | Last reply by TiborK - Wednesday, February 1, 2017 12:00 PM -
0 Votes
Dispatcher Name not appearing in Threads window
Good find, this appears to be a “feature” J Looking at the source I can clearly see that the Dispatcher constructor immediately adds threadCount ...Answered | 2 Replies | 4596 Views | Created by Venk K - Wednesday, April 11, 2012 1:25 AM | Last reply by Venk K - Wednesday, April 11, 2012 8:26 PM -
3 Votes
Dispatcher - Invoke, Action, when is this required?
Dispatcher : Provides services for managing the queue of work items for a thread.Answered | 2 Replies | 712 Views | Created by Markus Freitag - Thursday, August 22, 2019 10:39 AM | Last reply by Yong Lu - Friday, August 23, 2019 1:53 AM -
2 Votes
Blocking on two different tables
Issue got resolved.Answered | 14 Replies | 1473 Views | Created by tschary - Wednesday, September 11, 2019 8:41 PM | Last reply by Erland Sommarskog - Wednesday, September 18, 2019 9:13 PM -
0 Votes
WinFormsUIThread not terminating when Dispatcher is disposed
If you use the former, you'll need to FormInvoke this call onto the correct the thread and make sure that the Dispatcher and Dispatcher Queue hang around long enough to ...Answered | 1 Replies | 6957 Views | Created by Matt Bamberger - Wednesday, November 10, 2010 6:24 PM | Last reply by gunnn - Friday, February 18, 2011 7:27 AM -
0 Votes
screen refresh from dispatcher timer
Hi Scott, Try using the screen's dispatcher instead.Answered | 6 Replies | 3150 Views | Created by Scott Hickerson - Wednesday, May 11, 2011 11:08 PM | Last reply by Scott Hickerson - Tuesday, May 17, 2011 4:56 PM - Items 1 to 20 of 1379444 Next ›
No announcements