Share via


FrameworkBase Class

The FrameworkBase class is the abstract base class for the MOM Connector Framework service.

The FrameworkWebServiceProxy class and the FrameworkImpl class are derived from the FrameworkBase class. Use the FrameworkBase class when you need to create applications that can easily switch between referencing the MCF implementation in the local assembly and the MCF Web service. Both derived classes expose only the members that they inherit from the FrameworkBase class. As a result, they are interchangeable when they are both cast to the FrameworkBase class.

For a list of all members of this type, see FrameworkBase Members.

 public abstract class FrameworkBase

Requirements

Platforms: Requires Windows 2000 Server or later

Version: Requires MOM 2000 SP1 or later

Namespace: Microsoft.EnterpriseManagement.Mom.Connector

Assembly: MomConnectorFramework (in MomConnectorFramework.dll)

See Also

FrameworkWebServiceProxy Class | FrameworkImpl Class