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

MessageSessionHandler.OnSessionLost(Exception) 方法

定义

引发会话丢失时发生的事件。

protected virtual void OnSessionLost (Exception exception);
abstract member OnSessionLost : Exception -> unit
override this.OnSessionLost : Exception -> unit
Protected Overridable Sub OnSessionLost (exception As Exception)

参数

exception
Exception

发生异常,导致会话丢失。

适用于