Expression evaluations

The Expression client also contains three current versions and four deprecated versions of the evaluation method (eval in Java; Eval in C#).

This section addresses the Expression client’s evaluation methods in both languages. The following list shows the three current evaluation method versions supplied in C#. (Java’s evaluation methods are the same, except for different naming conventions inherent in the language.)

SplusDataResult Eval(
	string command,
	JobStartup jobStartup,
	SplusDataRequest inputData
)
SplusDataResult Eval(
	string command,
	JobStartup jobStartup,
	SplusDataRequest inputData
)
SplusDataResult Eval(
	string command,
	JobStartup jobStartup,
	BinaryDataRequest inputData
)

Each of these methods returns an SplusDataResult object, which is described in more detail in Interpret and use returned objects.