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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Remarks

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.

Requirements

Platforms: Requires Windows 2000 Server or later

Version: Requires MOM 2005 or later

Namespace: Microsoft.EnterpriseManagement.Mom.Connector.V2

Assembly: MomConnectorFrameworkV2 (in MomConnectorFrameworkV2.dll)