Class WriteBehindOpResult
This class represents the result(s) of data source operations.
Inheritance
System.Object
                WriteBehindOpResult
              Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class WriteBehindOpResult
              Properties
Exception
This property represents errors that occur during application execution.
Declaration
public Exception Exception { get; set; }
              Property Value
| Type | Description | 
|---|---|
| System.Exception | 
Status
Specifies the WriteBehindOpStatus of the data source operation.
Declaration
public WriteBehindOpStatus Status { get; set; }
              Property Value
| Type | Description | 
|---|---|
| WriteBehindOpStatus | This property specifies the status of write behind operations.  |