• Facebook
  • Twitter
  • Youtube
  • LinedIn
  • RSS
  • Docs
  • Comparisons
  • Blogs
  • Download
  • Contact Us
Download
Show / Hide Table of Contents

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

ProviderBridgeItem(String, Object, BridgeItemOpCodes, BridgeItemVersion)

Constructor of the class ProviderBridgeItem to set the key, value, operational costs and item version of Bridge items.

Declaration
public ProviderBridgeItem(string key, object value, BridgeItemOpCodes opCode, BridgeItemVersion itemVersion)
Parameters
Type Name Description
System.String key

Contains key of an item.

System.Object value

Contains value of an item.

BridgeItemOpCodes opCode

Contains BridgeItemOpCodes of bridgr items.

BridgeItemVersion itemVersion

Contains version of an item (LATEST, OLD, SAME).

Properties

BridgeItemVersion

BridgeItemVersion provides the item version of the items.

Declaration
public BridgeItemVersion BridgeItemVersion { get; }
Property Value
Type Description
BridgeItemVersion

Item version of the items.

Key

It contains the key of an item.

Declaration
public string Key { get; }
Property Value
Type Description
System.String

Key of an item.

OpCode

It contains the BridgeItemOpCodes.

Declaration
public BridgeItemOpCodes OpCode { get; }
Property Value
Type Description
BridgeItemOpCodes

Operational codes of Bridge Items.

Value

This property contains the value of an item.

Declaration
public object Value { get; }
Property Value
Type Description
System.Object

Value of an item.

Contact Us

PHONE

+1 (214) 764-6933   (US)

+44 20 7993 8327   (UK)

 
EMAIL

sales@alachisoft.com

support@alachisoft.com

NCache
  • NCache Enterprise
  • NCache Community
  • Edition Comparison
  • NCache Architecture
  • Benchmarks
Download
Pricing
Try Playground

Deployments
  • Cloud (SaaS & Software)
  • On-Premises
  • Kubernetes
  • Docker
Technical Use Cases
  • ASP.NET Sessions
  • ASP.NET Core Sessions
  • Pub/Sub Messaging
  • Real-Time ASP.NET SignalR
  • Internet of Things (IoT)
  • NoSQL Database
  • Stream Processing
  • Microservices
Resources
  • Magazine Articles
  • Third-Party Articles
  • Articles
  • Videos
  • Whitepapers
  • Shows
  • Talks
  • Blogs
  • Docs
Customer Case Studies
  • Testimonials
  • Customers
Support
  • Schedule a Demo
  • Forum (Google Groups)
  • Tips
Company
  • Leadership
  • Partners
  • News
  • Events
  • Careers
Contact Us

  • EnglishChinese (Simplified)FrenchGermanItalianJapaneseKoreanPortugueseSpanish

  • Contact Us
  •  
  • Sitemap
  •  
  • Terms of Use
  •  
  • Privacy Policy
© Copyright Alachisoft 2002 - . All rights reserved. NCache is a registered trademark of Diyatech Corp.
Back to top