RelaxISRemoteOptionsGetConnection Method |
Gets the current set connection settings with information where and how to send the job.
Namespace: RelaxIS_SDK.ToolsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public RelaxISRemoteOptionsConnectionSettings GetConnection()
Public Function GetConnection As RelaxISRemoteOptionsConnectionSettings
Dim instance As RelaxISRemoteOptions
Dim returnValue As RelaxISRemoteOptionsConnectionSettings
returnValue = instance.GetConnection()
Return Value
RelaxISRemoteOptionsConnectionSettingsA
RelaxISRemoteOptionsConnectionSettings object with the current settings.
See Also