Interface IBridgeConflictResolver
This interface is required to handle the conflicts in Bridge.
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public interface IBridgeConflictResolver
Methods
Name | Description |
---|---|
Dispose() | Perform tasks associated with freeing, releasing, or resetting resources. |
Init(IDictionary) | Perform tasks like allocating resources or acquiring connections, etc. |
Resolve(ProviderBridgeItem, ProviderBridgeItem) | Perform tasks like the Conflict Resolution between the different cache and Bridge operations. |