Re: [mono-android] TaskScheduler.FromCurrentSynchronizationContext()

2011-11-14 Thread Wally McClure
Yes, that is what I was thinking you were doing. Wally > Date: Mon, 14 Nov 2011 07:46:22 -0800 > From: andi.f...@gmx.de > To: monodroid@lists.ximian.com > Subject: Re: [mono-android] TaskScheduler.FromCurrentSynchronizationContext() > > Thank you Wally, > > I know Run

Re: [mono-android] TaskScheduler.FromCurrentSynchronizationContext()

2011-11-14 Thread andi
Thank you Wally, I know RunOnUIThread and of course that works. However I try to build a platform independent library in which I can use the TaskScheduler. Meanwhile I found a working solution for me: I create the TaskScheduler as followed: andi -- View this message in context: http://mo

Re: [mono-android] TaskScheduler.FromCurrentSynchronizationContext()

2011-11-14 Thread Wally McClure
To: monodroid@lists.ximian.com > Subject: [mono-android] TaskScheduler.FromCurrentSynchronizationContext() > > Hi folks, > > I am trying to use the the SynchronizationContext in order to synchronize > background threads with the UI thread. There are a couple of similar > examples (cf.

[mono-android] TaskScheduler.FromCurrentSynchronizationContext()

2011-11-14 Thread andi
Hi folks, I am trying to use the the SynchronizationContext in order to synchronize background threads with the UI thread. There are a couple of similar examples (cf. http://reedcopsey.com/2009/11/17/synchronizing-net-4-tasks-with-the-ui-thread/ link ) like this working with WPF and Winforms (her