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
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
The ConnectionChangeSystemRequestCancelEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ConnectionChangeSystemRequestCancelEventArgs |
The constructor for the ConnectionChangeSystemRequestCancelEventArgs takes the name of the
system being switched to as parameter.
|
Properties
Name | Description | |
---|---|---|
![]() | ConnectToDebugger |
Specifies whether it is connecting to a Debugger session
|
![]() | DownLoadFiles |
The list of assemblies that need to be downloaded.
|
![]() | DownLoadURI |
The location where the required assemblies can be downloaded from
|
![]() | ForceLogin |
Specifies whether the connection will log in to the system and override any previous login.
|
![]() | Host |
The name of the host machine where the system is running
|
![]() | IsAnonymous |
Specifies whether the connection uses anonymous access
|
![]() | Name |
The name of the system being switched to.
|
![]() | StationName |
The station name to be used in the connection to the system
|
Extension Methods
Name | Description | |
---|---|---|
![]() | GetT |
Get the value for the property
(Defined by ExtensionHelper.) |
![]() | GetAttributeNames |
Get a list with all property names available on this object
(Defined by ExtensionHelper.) |
![]() | SetT |
Set the value for a property to the new value
(Defined by ExtensionHelper.) |
See Also