你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IServiceRemotingListener 接口

定义

定义一个基本通信接口,该接口为无状态和有状态服务启用接口远程处理。

public interface IServiceRemotingListener : Microsoft.ServiceFabric.Services.Communication.Runtime.ICommunicationListener
type IServiceRemotingListener = interface
    interface ICommunicationListener
Public Interface IServiceRemotingListener
Implements ICommunicationListener
派生
实现

方法

Abort()

此方法会导致通信侦听器关闭。 Close 是一种终端状态,此方法会导致转换意外关闭。 调用此方法时,应取消任何未完成的操作 (包括关闭) 。

(继承自 ICommunicationListener)
CloseAsync(CancellationToken)

此方法会导致通信侦听器关闭。 Close 是一种终端状态,此方法允许通信侦听器正常转换为此状态。

(继承自 ICommunicationListener)
OpenAsync(CancellationToken)

此方法会导致打开通信侦听器。 打开完成后,通信侦听器将变得可用 - 接受并发送消息。

(继承自 ICommunicationListener)

适用于