As per: https://docs.dataminer.services/develop/api/DmsNotifyTypes/DMS_SNMP_NOTIFICATION.html, DMS Notify Types have been deprecated. I'm trying to find the equivalent of this method in NuGet Class Libraries - specifically for DMS_SNMP_NOTIFICATION (73) - can I get some help with this?
Hi Bing,
It is correct that using notify calls is being discouraged in favor of the class library. This is especially true for anything related to elements, services, views, and parameters. For more information, see the following page in the documentation: https://docs.dataminer.services/develop/devguide/ClassLibrary/ClassLibraryIntroduction.html.
However, for the DMS_SNMP_NOTIFICATION notify, there is currently no equivalent available in the class library. Therefore, this notify type can still be used to send SNMP trap or inform messages.