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
    'Usage
     
    
    Dim instance As OperationBaseArgs
    Dim value As System.Integer
     
    instance.Status = value
     
    value = instance.Status
    public System.int Status {get; set;}
    public read-write property Status: System.Integer; 
    public function get,set Status : System.int
    public: __property System.int get_Status();
    public: __property void set_Status( 
       System.int value
    );
    public:
    property System.int Status {
       System.int get();
       void set (    System.int value);
    }
    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