Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / Execute Method
The action to be executed.


In This Topic
Execute Method (ITerminal)
In This Topic
Execute a given action. Actions possible is defined in InputMapActionID.
Syntax
'Declaration
 
Function Execute( _
   ByVal action As InputMapAction _
) As ReturnCode
 
'Usage
 
Dim instance As ITerminal
Dim action As InputMapAction
Dim value As ReturnCode
 
value = instance.Execute(action)

Parameters

action
The action to be executed.

Return Value

ReturnCode value indicates the success or error conditions.
See Also