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

WcfCommunicationListener<TServiceContract>.ICommunicationListener.Abort 方法

定义

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

void ICommunicationListener.Abort ();
abstract member Microsoft.ServiceFabric.Services.Communication.Runtime.ICommunicationListener.Abort : unit -> unit
override this.Microsoft.ServiceFabric.Services.Communication.Runtime.ICommunicationListener.Abort : unit -> unit
Sub Abort () Implements ICommunicationListener.Abort

实现

适用于