DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomAssociation Class / Echo Method



In This Topic
    Echo Method (DicomAssociation)
    In This Topic
    Sends a verification request (C-ECHO) over a "stand-alone" DicomAssociation and returns the result
    Syntax
    'Declaration
     
    
    Public Function Echo() As Integer
    'Usage
     
    
    Dim instance As DicomAssociation
    Dim value As Integer
     
    value = instance.Echo()
    public int Echo()
    public:
    int Echo(); 

    Return Value

    Integer
    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