Method Create
- Namespace
- Skyline.DataMiner.Net.ManagerStore
- Assembly
- SLNetTypes.dll
Create(T)
Creates the specified object.
public virtual T Create(T obj)
Parameters
obj
TThe object to create.
Returns
- T
The created object or null if the creation failed.
Remarks
Check GetTraceDataLastCall() in case the operation failed.
Exceptions
- ArgumentNullException
obj
is null.- CrudFailedException
The operation failed. Only thrown when ThrowExceptionsOnErrorData is
true
.