Class ProcessorFunctions
This class implements the functions that can be called from within a WMProcessor. Each implementation of IProcessor must establish a protocol for calling these functions.
Inherited Members
Namespace: Quantellia.WMServer.Execution
Assembly: WMServer.dll
Syntax
public class ProcessorFunctions
Methods
ReadData(string, string, object[])
Declaration
public ElementValue ReadData(string dataSourceName, string dataReaderName, object[] args = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | dataSourceName | |
| string | dataReaderName | |
| object[] | args |
Returns
| Type | Description |
|---|---|
| ElementValue |