你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
WcfServiceRemotingListener 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
一个 , IServiceRemotingListener 它使用 Windows Communication Foundation 为无状态和有状态服务提供接口远程处理。
public class WcfServiceRemotingListener : Microsoft.ServiceFabric.Services.Communication.Runtime.ICommunicationListener, Microsoft.ServiceFabric.Services.Remoting.Runtime.IServiceRemotingListener
type WcfServiceRemotingListener = class
interface IServiceRemotingListener
interface ICommunicationListener
Public Class WcfServiceRemotingListener
Implements ICommunicationListener, IServiceRemotingListener
- 继承
-
WcfServiceRemotingListener
- 派生
- 实现
构造函数
属性
ServiceHost |
获取 ServiceHost 此侦听器用来承载 WCF 服务实现的 。 |
显式接口实现
ICommunicationListener.Abort() |
此方法会导致通信侦听器关闭。 Close 是一种终端状态,此方法会导致转换意外关闭。 调用此方法时,应取消任何未完成的操作 (包括关闭) 。 |
ICommunicationListener.CloseAsync(CancellationToken) |
此方法会导致通信侦听器关闭。 Close 是一种终端状态,此方法允许通信侦听器正常转换为此状态。 |
ICommunicationListener.OpenAsync(CancellationToken) |
此方法会导致打开通信侦听器。 打开完成后,通信侦听器将变得可用 - 接受并发送消息。 |