Share via


MessageSessionHandler.OnCloseSession(MessageSession) Method

Definition

Raises an event that occurs when the session has been closed.

protected virtual void OnCloseSession (Microsoft.ServiceBus.Messaging.MessageSession session);
abstract member OnCloseSession : Microsoft.ServiceBus.Messaging.MessageSession -> unit
override this.OnCloseSession : Microsoft.ServiceBus.Messaging.MessageSession -> unit
Protected Overridable Sub OnCloseSession (session As MessageSession)

Parameters

session
MessageSession

The closed session.

Applies to