.NET Connector Method Reference

.NET Connector Method Reference

Show / Hide Table of Contents
  • Attachmate.Verastream.HostIntegrator.E2V
    • Area
    • ExtraArea
    • ExtraOIA
    • ExtraScreen
    • ExtraSession
    • ExtraSessions
    • ExtraSystem
    • OIA
    • Screen
    • Session
    • Sessions
    • System
  • Attachmate.Verastream.HostIntegrator.EAO2V
    • ATM_AREA
    • ATM_FIELDTYPE
    • ATM_FINDFIELD
    • ATM_OIA
    • ATM_OIA_ERRORSTATUS
    • ATM_OIA_OWNER
    • ATM_OIA_XSTATUS
    • ATM_SESSION_STATE
    • ATM_WRAP
    • AtmConTN3270
    • AtmConstants
    • AtmScreen3270
    • AtmSession
    • AtmSessionConstants
    • IAtmConTN3270
    • IAtmOia3270
    • IAtmScreen3270
    • IAtmSession
    • IAtmWait
  • WRQ.Verastream.HostIntegrator
    • AidKey
    • AttributeMetaData
    • Color
    • ColumnMetaData
    • ColumnType
    • ElementLocation
    • ElementType
    • ErrorMessage
    • FieldMetaData
    • HostIntegratorChannelException
    • HostIntegratorConnectorException
    • HostIntegratorDeadSessionException
    • HostIntegratorException
    • HostIntegratorMarshallerException
    • HostIntegratorModelDataException
    • HostIntegratorModelDefException
    • HostIntegratorRejuvenationSession
    • HostIntegratorServerException
    • HostIntegratorSession
    • HostIntegratorTerminalException
    • HostIntegratorTimeoutException
    • HostIntegratorUserException
    • InputFieldInfo
    • LoggingLevel
    • MetaData
    • MetaDataType
    • ModelDataColumn
    • ModelDataTable
    • OperationMetaData
    • ProcedureMetaData
    • ProcedureType
    • RcConst
    • RecordSetMetaData
    • RegionType
    • RejuvenationAidKey
    • RejuvenationEnablementMode
    • RejuvenationMethod
    • Screen
    • ScreenField
    • ScrollMovement
    • SessionType
    • TerminalAttributes
    • TerminalField
    • TerminalScreen
    • VariableInitialization
    • VariableMetaData
    • VariableType

Class ExtraSession

Encapsulates a Host Integrator session.

Inheritance
object
ExtraSession
Implements
Session
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Attachmate.Verastream.HostIntegrator.E2V
Assembly: Attachmate.Verastream.HostIntegrator.E2V.dll
Syntax
public class ExtraSession : Session

Properties

Application

Returns the System object. Read-only.

Declaration
public System Application { get; }
Property Value
Type Description
System

FullName

Returns the VHI model name. Read-only.

Declaration
public string FullName { get; }
Property Value
Type Description
string

Height

In EXTRA!, this would return or set the height of the session window in pixels. In Host Integrator, there is never a session window, and always returns 0.

Declaration
public short Height { get; set; }
Property Value
Type Description
short

Left

In EXTRA!, this would return or set the horizontal position of the session window in pixels. In Host Integrator, there is never a session window, and always returns 0.

Declaration
public int Left { get; set; }
Property Value
Type Description
int

Name

The name of the session: the VHI Session ID.

Declaration
public string Name { get; }
Property Value
Type Description
string

Parent

Returns the parent of the specified object. Read-only.

Declaration
public Sessions Parent { get; }
Property Value
Type Description
Sessions

Screen

Returns the Screen object associated with the session.

Declaration
public Screen Screen { get; protected set; }
Property Value
Type Description
Screen

Top

In EXTRA!, this would return or set the vertical position of the session window in pixels. In Host Integrator, there is never a session window, and always returns 0.

Declaration
public int Top { get; set; }
Property Value
Type Description
int

Type

The Type property returns a value indicating the session type -- 3270, 5250, or VT. Read-only.

Declaration
public short Type { get; }
Property Value
Type Description
short

VhiSession

The VHI session that is backing this Extra Session. This property is only available in the E2V .NET interface, not in the COM interface.

Declaration
public HostIntegratorRejuvenationSession VhiSession { get; protected set; }
Property Value
Type Description
HostIntegratorRejuvenationSession

Visible

In Extra, this made the session window to visible or invisible, or returns its visibility status. In Host Integrator, there is never a session window, and always returns 0.

Declaration
public int Visible { get; set; }
Property Value
Type Description
int

Width

In EXTRA!, this would return or set the width of the session window in pixels. In Host Integrator, there is never a session window, and always returns 0.

Declaration
public int Width { get; set; }
Property Value
Type Description
int

Methods

Close()

Close (Disconnect) the Host Integrator session.

Declaration
public void Close()

CloseEx(short)

Close (Disconnect) the Host Integrator session.

Declaration
public void CloseEx(short Options = 0)
Parameters
Type Name Description
short Options

The parameter Options is here for compatibility and has no effect.

NavigateTo(string)

Navigates to a specified host screen (An entity in the VHI model).

Declaration
public bool NavigateTo(string screenName)
Parameters
Type Name Description
string screenName

The name of the screen (An entity in the VHI model) to navigate to.

Returns
Type Description
bool

false if the specified screen cannot be located

Implements

Session
In This Article
Back to top © 1985-2024 Rocket Software, Inc. or its affiliates. All Rights Reserved