IRelaxISRemoteWCFAddJob Method |
This method adds a job to the evaluation queue in the active RelaxIS Remote WCF Node.
Namespace: RelaxIS_SDK.RelaxISRemote.RelaxISRemoteWCFAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax [OperationContractAttribute]
bool AddJob(
Job Job
)
<OperationContractAttribute>
Function AddJob (
Job As Job
) As Boolean
Dim instance As IRelaxISRemoteWCF
Dim Job As Job
Dim returnValue As Boolean
returnValue = instance.AddJob(Job)
Parameters
- Job Job
- The job definition to add to the queue.
Return Value
BooleanTrue if the job was added successfully, false if not.
See Also