CommunicationObject.OnClosing 方法

定义

在通信对象转换到正在关闭状态的过程中被调用。

protected:
 virtual void OnClosing();
protected virtual void OnClosing ();
abstract member OnClosing : unit -> unit
override this.OnClosing : unit -> unit
Protected Overridable Sub OnClosing ()

注解

如果通信对象最初处于 Close 状态,则 OnClosing 方法将调用 Opened

适用于