次の方法で共有


MessageSessionHandler.IMessageSessionHandler.OnSessionLost(Exception) メソッド

定義

セッションが失われたときに発生するイベントを発生させます。

void IMessageSessionHandler.OnSessionLost (Exception exception);
abstract member Microsoft.ServiceBus.Messaging.IMessageSessionHandler.OnSessionLost : Exception -> unit
override this.Microsoft.ServiceBus.Messaging.IMessageSessionHandler.OnSessionLost : Exception -> unit
Sub OnSessionLost (exception As Exception) Implements IMessageSessionHandler.OnSessionLost

パラメーター

exception
Exception

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

実装

適用対象