Determines whether the connection has been associated.
public bool IsAssociated()
Public Function IsAssociated() As Boolean
public bool IsAssociated()
function Leadtools.Dicom.Networking.DicomNet.IsAssociated()
public:
bool IsAssociated();
true if the connection has been associated; otherwise, false.
A connection has been associated if the SCP of the connection has called SendAssociateAccept and the OnReceiveAssociateAccept was generated on the SCU of the connection. If this exchange has occurred, this method will return true. Otherwise it will return false. For more information on creating an associated connection, refer to Creating a DICOM Associate Connection.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET