Class OperationResult
OperationResult contains the result of the operation that is manipulated after the Read/WriteThru Provider
Inheritance
System.Object
OperationResult
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class OperationResult : object
Name | Description |
---|---|
OperationResult(WriteOperation, OperationResult.Status) | OperationResult Constructor that takes WriteOptions and OperationStatus |
OperationResult(WriteOperation, OperationResult.Status, Exception) | OperationResult Constructor that takes WriteOptions and OperationStatus and Exception as an arguments |
OperationResult(WriteOperation, OperationResult.Status, String) | OperationResult Constructor that takes WriteOptions and OperationStatus and errorMessage as arguments |
Name | Description |
---|---|
DSOperationStatus | Status of write operation. |
Error | Error message associated with write operation. |
Exception | Exception associated with write operation. |
Operation | Write operation. |
UpdateInCache | Specify if item will be updated in cache store after write operation. |