Class ProviderBridgeItem
When a conflict occurs, the Provider Bridge Item is sent to the Conflict Resolver as NewEntry and an OldEntry.
Inheritance
System.Object
ProviderBridgeItem
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class ProviderBridgeItem
Constructors
| Name | Description |
|---|---|
| ProviderBridgeItem(String, Object, BridgeItemOpCodes, BridgeItemVersion) | Constructor of the class ProviderBridgeItem to set the key, value, operational costs and item version of Bridge items. |
Properties
| Name | Description |
|---|---|
| BridgeItemVersion | BridgeItemVersion provides the item version of the items. |
| Key | It contains the key of an item. |
| OpCode | It contains the BridgeItemOpCodes. |
| Value | This property contains the value of an item. |