摘要: View Code // Code in the MainPage.xaml.cs page.using System;using System.Collections.Generic;using System.Linq;using System.Net;using System.Windows;using System.Windows.Controls;using System.Windows.Documents;using System.Windows.Input;using System.Windows.Media;using System.Windows.Media.Animation 阅读全文
posted @ 2011-03-24 23:21 南宫元耘 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 本主题描述了如何创建可与 Silverlight 客户端进行通信的双工 Windows Communication Foundation (WCF) 服务。双工服务将保留到 Silverlight 客户端的回调通道,它允许该服务对此客户端进行调用。双工服务具有许多应用程序,例如,包括用于即时消息传递的聊天服务程序或用于向客户端发送通知的监视服务。本示例提供一项服务,该服务允许客户端按名称对指定数量的产品项进行排序。该服务将模拟订单处理过程,然后使用订单的状态回调客户端。 阅读全文
posted @ 2011-03-24 21:36 南宫元耘 阅读(548) 评论(0) 推荐(0) 编辑