Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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