A user is looking for a function or way to delete services under a view from an automation script.
A snippet of the code is shown below. Any guidance is appreciated.
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 that you will need to retrieve the existing services in the cluster using the method IDms.GetServices.
Issue is now resolved using IDmsService methods
Thanks all for the support 🙂
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? see snapshots below:
Thank you