Initializes a new instance of the InsertResult class.
Namespace: PreStorm
Assembly: PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax
public InsertResult( bool success, RestException restException = null, Func<T[]> getInsertedFeatures = null )
Parameters
- success
- Type: SystemBoolean
- restException (Optional)
- Type: PreStormRestException
- getInsertedFeatures (Optional)
- Type: SystemFuncT
See Also