InfoConnect API Guide
Attachmate.Reflection.Emulation.ALC Namespace / IAlcTerminal Interface / Execute Method
The action to be executed.


In This Topic
    Execute Method (IAlcTerminal)
    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 IAlcTerminal
    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