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






    CheckStatus Method
    Check Print Status and return success or error message
    Syntax
    'Declaration
     
    
    Public Sub CheckStatus( _
       ByVal Message As System.String _
    ) 
     
    'Usage
     
    
    Dim instance As DicomPrint
    Dim Message As System.String
     
    instance.CheckStatus(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: .NET CLR 4.8 or higher

    See Also