ConnectionChangeSystemRequestCancelEventArgs Class

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

SystemObject
  SystemEventArgs
    System.ComponentModelCancelEventArgs
      ABSuite.AccessLayer.Connector.CoreConnectionChangeSystemRequestCancelEventArgs

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 ConnectionChangeSystemRequestCancelEventArgs : CancelEventArgs

The ConnectionChangeSystemRequestCancelEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodConnectionChangeSystemRequestCancelEventArgs
The constructor for the ConnectionChangeSystemRequestCancelEventArgs takes the name of the system being switched to as parameter.
Top
Properties

  NameDescription
Public propertyConnectToDebugger
Specifies whether it is connecting to a Debugger session
Public propertyDownLoadFiles
The list of assemblies that need to be downloaded.
Public propertyDownLoadURI
The location where the required assemblies can be downloaded from
Public propertyForceLogin
Specifies whether the connection will log in to the system and override any previous login.
Public propertyHost
The name of the host machine where the system is running
Public propertyIsAnonymous
Specifies whether the connection uses anonymous access
Public propertyName
The name of the system being switched to.
Public propertyStationName
The station name to be used in the connection to the system
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