DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomAssociation Class / CheckForNEventReports Method






In This Topic
    CheckForNEventReports Method
    In This Topic
    Checks whether there is any unsolicited incoming data on the association
    Syntax
    'Declaration
     
    
    <System.ObsoleteAttribute("This method is no longer needed, and does nothing")>
    Public Sub CheckForNEventReports() 
    'Usage
     
    
    Dim instance As DicomAssociation
     
    instance.CheckForNEventReports()
    [System.Obsolete("This method is no longer needed, and does nothing")]
    public void CheckForNEventReports()
    public procedure CheckForNEventReports(); 
    System.ObsoleteAttribute("This method is no longer needed, and does nothing")
    public function CheckForNEventReports();
    [System.Obsolete("This method is no longer needed, and does nothing")]
    public: void CheckForNEventReports(); 
    [System.Obsolete("This method is no longer needed, and does nothing")]
    public:
    void CheckForNEventReports(); 
    Remarks

    This method is only needed when there is the possibility of receiving N-EVENT-REPORT messages in between outgoing operations. In practice this only applies to the (now disparaged) use of Storage Commitment over a single association or direct DICOM Printing.

    If any such data is found, then it will be handled and passed to the associated N_Event_Report event handler

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also