Uploads the report to a specified FTP Server
Namespace: RelaxIS_SDK.RelaxISRemote.RelaxISRemoteJobDefinitionsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public Exception UploadByWCF(
string Address,
string Identifier
)
Public Function UploadByWCF (
Address As String,
Identifier As String
) As Exception
Dim instance As Job
Dim Address As String
Dim Identifier As String
Dim returnValue As Exception
returnValue = instance.UploadByWCF(Address,
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
ExceptionNothing, if the job was sent successfully, or an appropriate exception
See Also