DicomObjects.NET.8.48 Documentation
DicomObjects.EventArguments Namespace / OperationBaseArgs Class / Status Property

In This Topic
    Status Property (OperationBaseArgs)
    In This Topic
    The status to be sent back as a C-Echo response
    Syntax
    'Declaration
     
    
    Public Property Status As System.Integer
    public System.int Status {get; set;}
    Remarks
    Set Status to Zero as a successful C-Echo response, none-zero status indicates C-Echo failure.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also