OperationResult<T> Constructors
The result of an operation performed by the DataStoreService, CachedDataStoreService, or SerializableObjectLayerService.Name | Parameters | Description |
---|---|---|
OperationResult() | none | This member supports the internal infrastructure and is not intended to be used directly from your code. |
OperationResult(T) | result | This member supports the internal infrastructure and is not intended to be used directly from your code. |
OperationResult(ServiceException, String) | errorType, error | This member supports the internal infrastructure and is not intended to be used directly from your code. |
See Also