FrameworkBase.GetKnowledge Method
Retrieves Product Knowledge information for the rule that created an alert.
public abstract KnowledgeEntry[] FrameworkBase.GetKnowledge(
Guid[] ruleIds,
KnowledgeTypes knowledgeTypeFlags
);
Parameters
- ruleIds
The rule IDs. - knowledgeTypeFlags
Specifies the type of Product Knowledge information you want to receive.
Return Value
An array of KnowledgeEntry objects containing Product Knowledge information.
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
FrameworkBase Class | FrameworkBase Members | KnowledgeTypes Enumeration