Find Jobs
Hire Freelancers

c# multithreaded event raise on UI thread

$10-30 USD

已关闭
已发布大约 7 年前

$10-30 USD

货到付款
I have an event that is created on a threaded class. The event returns on the second thread and raises an event. Once that event is raised I need to raise and event on the UI thread. I just need to know how to do this. I do not need someone to actually write the code for me.. Thanks and good luck.
项目 ID: 13156302

关于此项目

20提案
远程项目
活跃7 年前

想赚点钱吗?

在Freelancer上竞价的好处

设定您的预算和时间范围
为您的工作获得报酬
简要概述您的提案
免费注册和竞标工作
20威客以平均价$28 USD来参与此工作竞价
用户头像
I have done it many times before
$11 USD 在1天之内
4.9 (907条评论)
7.7
7.7
用户头像
ready to discuss further details
$30 USD 在2天之内
4.9 (59条评论)
6.7
6.7
用户头像
My name is Mohammad Taradeh and I am a Microsoft Certified Professional Developer (MCPD). With Regards,
$55 USD 在1天之内
4.9 (21条评论)
6.0
6.0
用户头像
Hello. My name is Karim H. I'm 20 years old, student of Computer Science & Software Engineering at the British University in Egypt. I can teach you how to use Async Callback methods to do this, it is built in in C# and requires very little effort to implement. I am also able to share a little application I have made that demonstrates how this method works or share some online sources aswell! If you feel that I am the right candidate for the job, please, do not hesitate to contact me right away! Kind regards, -Karim H.
$20 USD 在1天之内
5.0 (7条评论)
5.9
5.9
用户头像
Hello., in multi-threaded programs raising an event on one thread from different thread is simple. But, when it comes to raising an event of UI thread from another thread it is different. If you want to invoke a control's event from a thread which doesn't owns the control you have to use its Invoke method, this is case of Win forms. In wpf, you aren't allowed to raise events from a thread which isn't the UI thread. But, you have the option to use Dispatcher object of a wpf control which queues the code block to execute next with currently executing code. You also have lots of properties to customize this behavior of the Dispatcher object... You are restricted in wpf to use multi-thread event notification system... It is not complete description... there is something extra you need to know.. thank you
$25 USD 在1天之内
4.9 (33条评论)
5.0
5.0
用户头像
Hello, You can create session value in the thread when you need to pass to UI You can add ajax update panel and add on it a timer check for session value The timer will check this session value and what you need when this value = true which mean the thread finished Best Regards
$30 USD 在1天之内
5.0 (2条评论)
2.2
2.2
用户头像
Hello, you need to use Event Dispatchers in C# to execute code on UI Thread.
$30 USD 在1天之内
5.0 (3条评论)
2.4
2.4
用户头像
I can help you on this. You can connect with me on messenger. Hi I have very good experience .Net Framework. I have 4 years of experience in WPF,WCF,MVC,C#,SQLMultithreading. I have done project for Investment Banking domain and Health Care Domain Project I can assure you about the quality of coding standard. Please connect me with my skype id: panigrahi1991. Or you can connect with me on freelancer contact also. Hope we can do this together
$25 USD 在1天之内
5.0 (5条评论)
2.4
2.4
用户头像
Hi, The approach is simple please follow the instruction below. Step1: Create two event FirtsThreadEvent, SecondThreadEvent. Step 2: Start second thread and subscribe FirtsThreadEvent, then start UI thread(yourr custom thread some some UI update) and subscribe SecondThreadEvent. Step 3; In the FirtsThreadEvent subscription raise SecondThreadEvent. Step 4: In second thread event subscription update UI as you required(Method should be thread safe) Step5: Now Create a new thread say first thread that will raise FirtsThreadEvent and that event will propagate to UI. I already prepare some small demo to demonstrate this. If you accept my bid I can explain this in some workable demo. Thanks.
$25 USD 在1天之内
4.8 (3条评论)
2.5
2.5
用户头像
Hello Sir, Being a Software Engineer i can do your job easily, i have more than 4 years of experience with C#. Come to chat for detail conversation about your project. Regards Sibghat
$10 USD 在1天之内
5.0 (1条评论)
1.7
1.7
用户头像
hey i am software engineer and java/c# developer, I can do your work and i assure you that you will not be disappointed, so you can trust, thanks :)
$15 USD 在0天之内
5.0 (1条评论)
0.4
0.4
用户头像
We are the leading young professional software development organization having extensive technical expertise and knowledge in developing, managing, optimizing and customizing software’s both in Web and Desktop Applications by implementing these software’s in different demanding programming tools and latest technologies especially in .Net, ASP.Net, MVC, C, C++, C #, Java which is supported on different plate form like Windows. We have fully studied your project requirements description in order to perform your demands which is required to complete the project in a given proposed time frame, as our commitment is a key to our successful, so we are also fully committed to accomplish the task assigned by you with the required state of the art technology to fulfill your requirements as prescribed in this project. We thinks that this is the best way to utilize our impressive skills under the light of our past experiences. We wish to render you our services and hopeful not to let you disappoint. We will also be responsive with a positive gesture without demanding any further cost. We are quite optimistic in a bid to receive this project. Thanks With Best Regards Your Well Wisher Motivated Young Freelancer
$25 USD 在1天之内
0.0 (0条评论)
0.0
0.0
用户头像
over 6 years of programming,having programmed extensively in C++C#,MT4,cAlgo,cTrader,Java, C,VB, AI,ASP,NET,Python,PHP,Socket and Networking,Payement systems Excel programming etc and web development. Ability to consult and Program to clients need and ensuring deadline (Single clients/Industry).
$25 USD 在1天之内
0.0 (1条评论)
0.0
0.0
用户头像
Dear Prospect Hiring Manager. Thank you for giving me a chance to bid on your project. i am a serious bidder here and i have already worked on a similar project before and can deliver as u have mentioned I have checked your requirements.i have right skills to work on this assignment my award = superb result = happy client. In a good partnership, good results happen. Good cooking makes good eating!BWe consider our client as our partner. can u provide your email or sky-pe etc for further discussion about the project. I am ready to discuss with you with best Regards
$23 USD 在6天之内
0.0 (0条评论)
0.0
0.0
用户头像
Hi, This had driven me crazy as well, when I first started developing multithreaded C# applications (one GUI and one Serial port listener thread). I had to get rid of exceptions when I tried to send over events to my GUI thread from the Serial port listener thread. Then I learned the legitimate way to do it and I am eager to share it with you with a step-by-step description and an example. Please do not hesitate to contact me on chat in case you come up with any questions/concerns.
$30 USD 在1天之内
0.0 (0条评论)
0.0
0.0

关于客户

UNITED STATES的国旗
Davisville, United States
5.0
169
付款方式已验证
会员自11月 22, 2002起

客户认证

谢谢!我们已通过电子邮件向您发送了索取免费积分的链接。
发送电子邮件时出现问题。请再试一次。
已注册用户 发布工作总数
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
加载预览
授予地理位置权限。
您的登录会话已过期而且您已经登出,请再次登录。