Use the .NETCompute node to construct messages and interact with .NET applications.
Purpose:
The output messages that you create in the .NETCompute node can be created by modifying the information that is provided in the input message, or by using information that can be taken from other sources, such as .NET or COM applications. Elements of the input message (for example, headers, header fields, and body data), its associated Environment, LocalEnvironment, and its ExceptionList, can also be used to create the output message.
The .NETCompute node uses any Common Language Runtime (CLR) compliant language to create or modify the message, such as C#, Visual Basic (VB), F#, and C++/CLI

Namespace | Description |
---|---|
IBM.Broker.Plugin | This package provides the classes for creating a .NET node. |