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