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

IMessageSessionHandler.OnSessionLost(Exception) 方法

定义

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

public void OnSessionLost(Exception exception);
abstract member OnSessionLost : Exception -> unit
Public Sub OnSessionLost (exception As Exception)

参数

exception
Exception

导致会话丢失的错误。

适用于