Click or drag to resize

JobUploadByWCF Method

Uploads the report to a specified FTP Server

Namespace: RelaxIS_SDK.RelaxISRemote.RelaxISRemoteJobDefinitions
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public Exception UploadByWCF(
	string Address,
	string Identifier
)

Parameters

Address  String
The server address and port of the software running the RelaxIS WCF Server, e.g. 38.231.42.105:17232
Identifier  String
The WCF Server identifier, as set in the running RelaxIS Node

Return Value

Exception
Nothing, if the job was sent successfully, or an appropriate exception
See Also