FrameworkBase.GetData Method

Retrieves all unacknowledged alert data and discovery data.

 public abstract Data GetData(
    Guid registrationId,
    DataChanges dataChangeFlags,
    Int32 maxCount
);

Parameters

  • registrationId
    The connector's registration ID. The registration ID is obtained from the initial call to the FrameworkBase.Setup method.
  • dataChangeFlags
    Specifies the type of data you want your connector to receive. These types must be a subset of the dataChangeFlags passed to the FrameworkBase.Initialize method.
  • maxCount
    The maximum number of rows to return. This represents the sum of all rows, in all tables that are returned inside the DataSet.

Return Value

A Data object containing any unacknowledged data that matches the specified dataChangeFlags argument.

Remarks

Alert information is returned in date ascending order.

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)

See Also

FrameworkBase Class | FrameworkBase Members | FrameworkBase.Setup Method | FrameworkBase.Initialize Method