Click or drag to resize

IRelaxISRemoteWCF Interface

This contract allows the usage of the RelaxIS Remote WCF Node to add jobs to the automatic evaluation queue.

Namespace: RelaxIS_SDK.RelaxISRemote.RelaxISRemoteWCF
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
[ServiceContractAttribute]
public interface IRelaxISRemoteWCF

The IRelaxISRemoteWCF type exposes the following members.

Methods
 NameDescription
Public methodAddJob This method adds a job to the evaluation queue in the active RelaxIS Remote WCF Node.
Top
Remarks
Use the GetDefaultBinding method in RelaxISWCFProxy to get a usable binding for the RelaxIS service.
See Also