次の方法で共有


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

セッションが失われた原因となった例外が発生しました。

適用対象