Class OperationResult
OperationResult contains the result of the operation that is manipulated after the Read/WriteThru Provider.
Inheritance
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class OperationResult
Constructors
Name | Description |
---|---|
OperationResult(DataTypeWriteOperation, OperationResult.Status) | OperationResult constructor that takes WriteOptions and OperationStatus. |
OperationResult(DataTypeWriteOperation, OperationResult.Status, Exception) | OperationResult constructor that takes WriteOptions, OperationStatus and Exception as arguments. |
OperationResult(DataTypeWriteOperation, OperationResult.Status, String) | OperationResult constructor that takes WriteOptions, OperationStatus and errorMessage as arguments. |
OperationResult(WriteOperation, OperationResult.Status) | OperationResult constructor that takes WriteOptions and OperationStatus as arguments. |
OperationResult(WriteOperation, OperationResult.Status, Exception) | OperationResult constructor that takes WriteOptions, OperationStatus and Exception as arguments. |
OperationResult(WriteOperation, OperationResult.Status, String) | OperationResult constructor that takes WriteOptions, OperationStatus and errorMessage as arguments. |
Properties
Name | Description |
---|---|
Error | Error message associated with the write operation. |
Exception | Exception associated with the write operation. |
Operation | This property represents the write operation. |
OperationStatus | This property specifies the status of the write operation. |
UpdateInCache | Specifies if the item will be updated in the cache store after the write operation. |