Class WriteOperationBase
Base class of the write operation.
Inheritance
System.Object
WriteOperationBase
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class WriteOperationBase
Fields
_retryCount
Retries in case of data source operation failure.
Declaration
protected int _retryCount
Field Value
Type | Description |
---|---|
System.Int32 | Number of retries. |
Properties
Key
Key on which the operation has been performed.
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String | Key on which the operation has been performed. |
RetryCount
Specifies number of retries in case of data source operation failure.
Declaration
public int RetryCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Number of retries. |