Class with all the RATL/HUB socket configuration tasks
Inheritance Hierarchy
Unisys.AgileBusiness.RuntimeAPILogParameter
Unisys.AgileBusiness.RuntimeAPISocketParameter
Namespace: Unisys.AgileBusiness.RuntimeAPI
Assembly: Unisys.AgileBusiness.RuntimeAPI (in Unisys.AgileBusiness.RuntimeAPI.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
The SocketParameter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SocketParameter |
Constructor to initialize the socket parameters
|
![]() | SocketParameter(SocketType) |
Constructor
|
![]() | SocketParameter(SocketType, String) |
Constructor
|
![]() | SocketParameter(SocketType, Int32, Int32, Int32, LogStatus, Int32, Int32, String) |
Overloaded constructor.
|
Properties
Name | Description | |
---|---|---|
![]() | FilePath |
path of the log file
(Inherited from LogParameter.) |
![]() | FileSize |
Log file size in KB
(Inherited from LogParameter.) |
![]() | LogStatus |
For enabling/disabling log
(Inherited from LogParameter.) |
![]() | NoOfBackups |
Number of backups of logfile
(Inherited from LogParameter.) |
![]() | PortNumber |
Socket port number
|
![]() | SessionProtectionTimeOut |
Socket session protection timeout
|
![]() | SocketType |
Represents socket name: RATL/HUB
|
![]() | TimeOut |
Socket time out
|
Methods
Name | Description | |
---|---|---|
![]() | Equals |
Compares values of obj is same as this.
(Overrides LogParameterEquals(Object).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | GetDefaultNGRuntimeValue |
Returns the default values of the socket parameter
|
![]() | GetHashCode |
warning CS0659: Class overrides Object.Equals(object o) but does not override Object.GetHashCode() -> Hence dummy method to remove this warning.
(Overrides LogParameterGetHashCode.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Overrides ToString.
(Overrides ObjectToString.) |
Fields
Name | Description | |
---|---|---|
![]() | RatlSocketName |
Additional Ratl Socket name
|
See Also