Click or drag to resize

RelaxISRemoteWCFProxyAddJob Method

This method adds a job to the evaluation queue in the active RelaxIS Remote WCF Node.

Namespace: RelaxIS_SDK.RelaxISRemote.RelaxISRemoteWCF
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public bool AddJob(
	Job Job
)

Parameters

Job  Job
The job definition to add to the queue.

Return Value

Boolean
True if the job was added successfully, false if not.

Implements

IRelaxISRemoteWCFAddJob(Job)
See Also