IRuleContext.GetPreviousModuleOutputDataTypes Method
Gets the list of output data types of the previous module in the rule workflow if a previous module exists.
Namespace: Microsoft.EnterpriseManagement.UI
Assembly: Microsoft.EnterpriseManagement.UI.Extensibility (in microsoft.enterprisemanagement.ui.extensibility.dll)
Usage
'Usage
Dim instance As IRuleContext
Dim moduleId As Guid
Dim returnValue As IList(Of ManagementPackDataType)
returnValue = instance.GetPreviousModuleOutputDataTypes(moduleId)
Syntax
'Declaration
Function GetPreviousModuleOutputDataTypes ( _
moduleId As Guid _
) As IList(Of ManagementPackDataType)
IList<ManagementPackDataType> GetPreviousModuleOutputDataTypes (
Guid moduleId
)
IList<ManagementPackDataType^>^ GetPreviousModuleOutputDataTypes (
Guid moduleId
)
IList<ManagementPackDataType> GetPreviousModuleOutputDataTypes (
Guid moduleId
)
function GetPreviousModuleOutputDataTypes (
moduleId : Guid
) : IList<ManagementPackDataType>
Parameters
- moduleId
The module for which the previous module's output data type is returned.
Return Value
A ManagementPackDataType value.
Remarks
When this method is called for a condition detection module, it returns the output data types for all data source modules in the order that the data sources exist in the rule.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP
Target Platforms
Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP
See Also
Reference
IRuleContext Interface
IRuleContext Members
Microsoft.EnterpriseManagement.UI Namespace