MessageSessionHandler.OnCloseSession(MessageSession) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.