DicomObjects.NetStandard Documentation
DicomObjects.EventArguments Namespace / OperationBaseArgs Class / Status Property



    Status Property (OperationBaseArgs)
    The status to be sent back as a C-Echo response
    Syntax
    'Declaration
     
    
    Public Property Status As Integer
     
    'Usage
     
    
    Dim instance As OperationBaseArgs
    Dim value As Integer
     
    instance.Status = value
     
    value = instance.Status
    Remarks
    Set Status to Zero as a successful C-Echo response, none-zero status indicates C-Echo failure.
    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