SocketParameter Class

Class with all the RATL/HUB socket configuration tasks
Inheritance Hierarchy

SystemObject
  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

public sealed class SocketParameter : LogParameter

The SocketParameter type exposes the following members.

Constructors

  NameDescription
Public methodSocketParameter
Constructor to initialize the socket parameters
Public methodSocketParameter(SocketType)
Constructor
Public methodSocketParameter(SocketType, String)
Constructor
Public methodSocketParameter(SocketType, Int32, Int32, Int32, LogStatus, Int32, Int32, String)
Overloaded constructor.
Top
Properties

  NameDescription
Public propertyFilePath
path of the log file
(Inherited from LogParameter.)
Public propertyFileSize
Log file size in KB
(Inherited from LogParameter.)
Public propertyLogStatus
For enabling/disabling log
(Inherited from LogParameter.)
Public propertyNoOfBackups
Number of backups of logfile
(Inherited from LogParameter.)
Public propertyPortNumber
Socket port number
Public propertySessionProtectionTimeOut
Socket session protection timeout
Public propertySocketType
Represents socket name: RATL/HUB
Public propertyTimeOut
Socket time out
Top
Methods

  NameDescription
Public methodEquals
Compares values of obj is same as this.
(Overrides LogParameterEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetDefaultNGRuntimeValue
Returns the default values of the socket parameter
Public methodGetHashCode
warning CS0659: Class overrides Object.Equals(object o) but does not override Object.GetHashCode() -> Hence dummy method to remove this warning.
(Overrides LogParameterGetHashCode.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Overrides ToString.
(Overrides ObjectToString.)
Top
Fields

  NameDescription
Public fieldRatlSocketName
Additional Ratl Socket name
Top
See Also