InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / GetDASOPassTicket Method
The host application ID.


In This Topic
    GetDASOPassTicket Method (IIbmTerminal)
    In This Topic
    Issues a request to the Management and Security Server for a DASO pass ticket. On success, the DASOUserID and DASOPassTicket properties will be valid and can be used for automated sign on to the host. The application ID can be preset using the DASOApplicationID property in which case the ApplicationID parameter on this call may be empty.
    Syntax
    'Declaration
     
    
    Function GetDASOPassTicket( _
       ByVal ApplicationID As String _
    ) As ReturnCode
    'Usage
     
    
    Dim instance As IIbmTerminal
    Dim ApplicationID As String
    Dim value As ReturnCode
     
    value = instance.GetDASOPassTicket(ApplicationID)
    ReturnCode GetDASOPassTicket( 
       string ApplicationID
    )

    Parameters

    ApplicationID
    The host application ID.

    Return Value

    ReturnCode value indicate success or error conditions.
    See Also