Compartilhar via


MessageSessionHandler.IMessageSessionHandler.OnCloseSession Método

Definição

Gera um evento que ocorre quando a sessão foi fechada.

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

Parâmetros

session
MessageSession

A sessão fechada.

Implementações

Aplica-se a