Method Delete
- Namespace
- Skyline.DataMiner.Net.ManagerStore
- Assembly
- SLNetTypes.dll
Delete(T)
Deletes the specified item.
public virtual void Delete(T obj)
Parameters
objTThe item to delete.
Exceptions
- ArgumentNullException
objis null.- CrudFailedException
The operation failed. Only thrown when ThrowExceptionsOnErrorData is
true.