English 中文(简体)
WCF 服务器会外活动
原标题:WCF Server Side Events
  • 时间:2010-05-28 13:45:05
  •  标签:
  • c#
  • wcf

我正在申请。

申请也一样。 我是最近的一个梯度,仍在学习世界妇联的力量。

客户不应与客户直接互动。

现在我的问题是,我有网络服务。 客户1可以与网络服务部门互动,并将一些指挥部插入到行文。 客户2 认为指挥员执行指挥,结果b倒。 客户1应当知道指挥系统已经执行,而且应当读到 d的结果。

一俟客户1 插入指挥部,网络服务处就必须立即与客户联络,2 指挥人员已准备好,2 客户可以接手指挥。

我不知道网络服务如何使客户紧密联系,2 指挥部门准备在 d布执行,然后是亲密客户,1 在结果准备好时。

感谢任何帮助。

感谢

最佳回答

WCF支持duplex 合同。 也就是说,你可以签订一份相应的服务合同查询合同>。 这些服务可以用来指客户。

见“Duplex Services

问题回答

暂无回答




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...