RelaxISRemoteWCFProxyAddJob 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 public bool AddJob(
Job Job
)
Public Function AddJob (
Job As Job
) As Boolean
Dim instance As RelaxISRemoteWCFProxy
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.
Implements
IRelaxISRemoteWCFAddJob(Job)See Also