BufferedWebEventProvider.Shutdown Método

Definição

Executa tarefas associadas ao desligamento do provedor.Performs tasks associated with shutting down the provider.

public:
 override void Shutdown();
public override void Shutdown ();
override this.Shutdown : unit -> unit
Public Overrides Sub Shutdown ()

Comentários

ASP.NET chama o Shutdown método quando o domínio do aplicativo que hospeda o aplicativo Web é encerrado.ASP.NET calls the Shutdown method when the application domain hosting the Web application terminates. O método é chamado para executar tarefas que permitirão que o aplicativo termine normalmente, como fechar recursos.The method is called to perform tasks that will allow the application to end gracefully, such as closing resources.

Aplica-se a