English 中文(简体)
WCF sync和Aync呼吁之间的差异?
原标题:Difference between WCF sync and async call?
  • 时间:2010-09-25 08:39:37
  •  标签:
  • wcf

我是妇联的新鲜事,我想知道,它会有什么不同要求,或者说什么话,如果有人这样解释的话,那将真正有帮助。

Thanx

问题回答

客户的Aync呼吁与“NET”框架中的任何oh子一样。 当你从一对一对一线向世界儿童论坛提供服务时,read子将hang。 这意味着,在服务要求返回或例外之前,无法做任何其他工作。 与此相对照的是,星号的电话将分立(按框架分类),因此,主线将能够继续运行,并将通过警示(通风)来通知它。

因此,相信你作为世界文化基金客户申请WinForms,你希望叫WCF服务。 如果你发出需要几秒钟才能完成申请的辛迪加呼吁,那么这一处理时间将停滞不前。 但是,如果你用“合成”称呼,则会完全互动,因为“合成”行动将由背景线处理。 因此,合成业务适合采用互动解决办法,或者如果需要同时开展多个行动。

例如:http://msdn.microsoft.com/en-us/library/ms730059.aspx。 How to article fromMSDN.

完成情况 我描述了 client和 calls之间对客户的同步处理和同步处理的差异。 WCF还支持服务器的同步和同步处理。

妇联的帮派支持破灭。 可能会有各种使用星号的情景。

如果你的申请需要发出一个周转基金呼吁,而这反过来又需要一些耗费时间的过程,那么最好发出一个联合呼吁。 这将立即对用户实行控制,以免申请出现 h。 一旦背景性世界合作框架要求结束,就会让申请用户知道已经这样做。

请允许我说,我们有一个把一些字句插入桌子的周转基金。 认为世界妇联要求将表格名称和行号列为论据。 因此,如果你需要把周转基金的3倍加在3个单独的表格中,那么,或许最好开始3个合成电话,这样可以同时工作,而不是按顺序在3个表格中逐个插入各行。

http://www.codeproject.com





相关问题
WCF DataMember Serializing questions

Ok, so I was part way through the long winded process of creating DTOs for sending my model over the wire and I don t feel like I m going down the right route. My issue is that most of the entities ...

Access WCF service on same server

I have a .NET website with a WCF service. How do I access the current operations context of my service? One possible work around is to just make a call to the service within the app...but that seems ...

WCF binding error

So I got into work early today and got the latest from source control. When I try to launch our ASP.NET application, I get this exception: "The binding at system.serviceModel/bindings/wsHttpBinding ...

The service operation requires a transaction to be flowed

I am facing strange issue with our WCF service. The same code was working fine until recently we added more OperationContracts(Web Methods). We have common 3 tier architecture. DAL (WCF) BLL Web ...

热门标签