Namespace: Alachisoft.NCache.Runtime.Bridge
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
| C# |
|---|
public enum BridgeItemOpCodes |
| Visual Basic |
|---|
Public Enumeration BridgeItemOpCodes |
| Visual C++ |
|---|
public enum class BridgeItemOpCodes |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Add | 1 | ||
| Remove | 2 | ||
| Update | 3 | ||
| Clear | 4 | ||
| RemoveRange | 5 | ||
| RemoveGroup | 6 | ||
| RemoveKeyDep | 7 | ||
| AddHint | 8 | ||
| AddSyncDependency | 9 | ||
| RegisterKeyNotification | 10 | ||
| UnregisterKeyNotification | 11 | ||
| AddDepKeyList | 12 | ||
| RemoveDepKeyList | 13 | ||
| UpdateIndice | 14 | ||
| OpenStream | 15 | ||
| CloseStream | 16 | ||
| WriteToStream | 17 |