Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IbmPrinter Class / Execute Method
The action to be executed.


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

    Parameters

    action
    The action to be executed.

    Return Value

    ReturnCode value indicates the success or error conditions.
    See Also