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();
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also