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