Platform SDK: Transaction Server |
[This product will work only on Windows NT 4.0 versions and earlier. For Windows 2000 and later, see COM+ (Component Services).]
Initiates the shutting down of a package. Shutting down a package terminates that application’s process.
Syntax
object.ShutdownPackage(bstrPackageID)
Parameters
object
Required. An object variable that evaluates to a PackageUtil object.
bBstrPackageID
Required. A string variable that evaluates to the PackageID of a Package CatalogObject.
Remarks
The ShutdownPackage method shuts down a single package process.
See the Using MTS Collections topic for a list of the MTS collections and their properties.