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 |
---|---|
Operation |
OperationResult constructor that takes WriteOptions and OperationStatus. |
Operation |
OperationResult constructor that takes WriteOptions, OperationStatus and Exception as arguments. |
Operation |
OperationResult constructor that takes WriteOptions, OperationStatus and errorMessage as arguments. |
Operation |
OperationResult constructor that takes WriteOptions and OperationStatus as arguments. |
Operation |
OperationResult constructor that takes WriteOptions, OperationStatus and Exception as arguments. |
Operation |
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. |
Operation |
This property specifies the status of the write operation. |
Update |
Specifies if the item will be updated in the cache store after the write operation. |