CommunicationObject.Abort 方法

定义

使通信对象立即从其当前状态转换到正在关闭状态。

public:
 virtual void Abort();
public void Abort ();
abstract member Abort : unit -> unit
override this.Abort : unit -> unit
Public Sub Abort ()

实现

注解

此方法指示在返回之前应忽略或意外终止任何未完成的工作。 Abort 方法可用于取消任何未处理的操作,包括对 Close 的未处理的调用。

若要将 CommunicationObject 从除 Closed 以外的任何状态正常转换为 Closed 状态,请调用 Close 或其异步版本之一 BeginClose

适用于