Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IbmPrinter Class / Close Method
Close option indicates how to handle the save action upon closing the control.


In This Topic
    Close Method (IbmPrinter)
    In This Topic
    Closes the terminal session with the close option.
    Syntax
    'Declaration
     
    
    Public Function Close( _
       ByVal option As CloseOption _
    ) As ReturnCode
    'Usage
     
    
    Dim instance As IbmPrinter
    Dim option As CloseOption
    Dim value As ReturnCode
     
    value = instance.Close(option)
    public ReturnCode Close( 
       CloseOption option
    )

    Parameters

    option
    Close option indicates how to handle the save action upon closing the control.

    Return Value

    ReturnCode value indicates the success or error conditions.
    See Also