次の方法で共有


MessageSessionHandler.IMessageSessionHandler.OnCloseSession メソッド

定義

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

void IMessageSessionHandler.OnCloseSession (Microsoft.ServiceBus.Messaging.MessageSession session);
abstract member Microsoft.ServiceBus.Messaging.IMessageSessionHandler.OnCloseSession : Microsoft.ServiceBus.Messaging.MessageSession -> unit
override this.Microsoft.ServiceBus.Messaging.IMessageSessionHandler.OnCloseSession : Microsoft.ServiceBus.Messaging.MessageSession -> unit
Sub OnCloseSession (session As MessageSession) Implements IMessageSessionHandler.OnCloseSession

パラメーター

session
MessageSession

終了したセッション。

実装

適用対象