The following tables list the members exposed by IMMPxMessageProcessor.
Public Properties
| Name | Description |
 | Description | This property sets or returns a description of the message processor. |
 | Enabled | This property indicates whether the processor can process the provided message. |
Top
Public Methods
| Name | Description |
 | Initialize | This method takes a reference to the Process Framework application (e.g., Workflow Manager). It returns a boolean value that indicates whether the application was initialized successfully. |
 | ProcessMessage | This method receives the message and processes it according to the processing information provided. |
Top
See Also