Retreive Protocols XML Code in a Protocol C# Code

Since your code is already running on the DataMiner server, I think you can simply retrieve all protocols from the C:\Skyline DataMiner\Protocols folder, and process the content of the files …

Delete Services from Automation

Thanks for the update. but i am not able to find this dll – can you please guid me where i can find it \ what am i doing wrong? …

Delete Services from Automation

Hi Wale, The common library supports a method to work with services (IDmsService methods). For your use case you could use the method IDmsService.Delete. In this case keep in mind …