Class WriteOperation
WriteOperation is used with DSWriteOperation to get an operation to perform on cache.
Inherited Members
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class WriteOperation : WriteOperationBase
Constructors
Name | Description |
---|---|
WriteOperation(String, ProviderCacheItem, WriteOperationType, Int32) | WriteOperation constructor which takes key, ProviderCache WriteOperationType and retries count. |
Properties
Name | Description |
---|---|
OperationType | Gets the type of Write operation. |
ProviderItem | Gets the ProviderCacheItem. |