SocketParameter Constructor (SocketType, Int32, Int32, Int32, LogStatus, Int32, Int32, String)

Overloaded constructor.

Namespace:  Unisys.AgileBusiness.RuntimeAPI
Assembly:  Unisys.AgileBusiness.RuntimeAPI (in Unisys.AgileBusiness.RuntimeAPI.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax

public SocketParameter(
	SocketType type,
	int portNumber,
	int timeOut,
	int sessionProtectionTimeOut,
	LogStatus logStatus,
	int noOfBackups,
	int fileSize,
	string filePath
)

Parameters

type
Type: Unisys.AgileBusiness.RuntimeAPISocketType
Socket type
portNumber
Type: SystemInt32
Port number
timeOut
Type: SystemInt32
Time out
sessionProtectionTimeOut
Type: SystemInt32
Session time out
logStatus
Type: Unisys.AgileBusiness.RuntimeAPILogStatus
Log status
noOfBackups
Type: SystemInt32
No of backups
fileSize
Type: SystemInt32
File size
filePath
Type: SystemString
File path
See Also