Show / Hide Table of Contents

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.

Inheritance
object
ProcessorFunctions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE