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.RelaxISRemoteWCFAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax [ServiceContractAttribute]
public interface IRelaxISRemoteWCF
<ServiceContractAttribute>
Public Interface IRelaxISRemoteWCF
Dim instance As IRelaxISRemoteWCF
The IRelaxISRemoteWCF type exposes the following members.
Methods | Name | Description |
---|
| AddJob |
This method adds a job to the evaluation queue in the active RelaxIS Remote WCF Node.
|
TopRemarks
Use the GetDefaultBinding method in RelaxISWCFProxy to get a usable
binding for the RelaxIS service.
See Also