DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomAssociation Class / LastStatus Property



In This Topic
    LastStatus Property
    In This Topic
    Shortcut for the first element of the Status property
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LastStatus As Integer
    'Usage
     
    
    Dim instance As DicomAssociation
    Dim value As Integer
     
    value = instance.LastStatus
    public int LastStatus {get;}
    public:
    property int LastStatus {
       int get();
    }
    Remarks
    A very useful shortcut which makes it easier to access the result of the last operation performed, where only a single result is expected (e.g. after Echo).
    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