IMtsGrp interface (comsvcs.h)

Provides methods for enumerating through running packages. The events are published to the subscriber using the COM+ Events service, a loosely coupled events system that stores event information from different publishers in an event store in the COM+ catalog.

Inheritance

The IMtsGrp interface inherits from the IDispatch interface. IMtsGrp also has these types of members:

Methods

The IMtsGrp interface has these methods.

 
IMtsGrp::get_Count

Retrieves the number of running packages in the catalog.
IMtsGrp::Item

Retrieves the IUnknown pointer for the specified package.
IMtsGrp::Refresh

Updates the list of IUnknown pointers that was populated upon the creation of the object.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header comsvcs.h

See also

COM+ Events

COM+ Instrumentation