Vcl.CmAdmCtl.TCOMAdminCatalog.ShutdownApplication

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ShutdownApplication(const bstrApplIdOrName: WideString);

C++

void __fastcall ShutdownApplication(const System::WideString bstrApplIdOrName);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.CmAdmCtl.pas
Vcl.CmAdmCtl.hpp
Vcl.CmAdmCtl TCOMAdminCatalog

Description

Initiates shutdown of a COM+ application server process.

Call ShutdownApplication to shut down a COM+ application process.

bstrApplIdOrName is the GUID or name that identifies the application to shut down.

See Also