ConnectionCloseRequestArgs Class

The ConnectionCloseRequestArgs class is used to convey information to a caller that has registered to receive the CloseRequest event An instance of this class is returned to the EventHandler with the relevant information.
Inheritance Hierarchy

SystemObject
  SystemEventArgs
    ABSuite.AccessLayer.Connector.CoreConnectionCloseRequestArgs

Namespace:  ABSuite.AccessLayer.Connector.Core
Assembly:  Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public class ConnectionCloseRequestArgs : EventArgs

The ConnectionCloseRequestArgs type exposes the following members.

Constructors

  NameDescription
Public methodConnectionCloseRequestArgs
Constructor for the ConnectionCloseRequestArgs class. Accepts the forcedClose boolean as a parameter.
Top
Properties

  NameDescription
Public propertyForcedClosure
ForcedClosure is set to True when the host system has closed the session
Top
Extension Methods

  NameDescription
Public Extension MethodGetT
Get the value for the property
(Defined by ExtensionHelper.)
Public Extension MethodGetAttributeNames
Get a list with all property names available on this object
(Defined by ExtensionHelper.)
Public Extension MethodSetT
Set the value for a property to the new value
(Defined by ExtensionHelper.)
Top
See Also

Reference