DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomPrint Class / CheckStatus Method
String



In This Topic
    CheckStatus Method
    In This Topic
    Check Print Status and return success or error message
    Syntax
    'Declaration
     
    
    Public Sub CheckStatus( _
       ByVal Message As String _
    ) 
    'Usage
     
    
    Dim instance As DicomPrint
    Dim Message As String
     
    instance.CheckStatus(Message)
    public void CheckStatus( 
       string Message
    )
    public:
    void CheckStatus( 
       String^ Message
    ) 

    Parameters

    Message
    String
    Remarks
    This method checks the LastStatus property of the underlying DicomAssociation object, and returns 0 if it is a success status. If false, the default error message together with error code is logged.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also