OperationMode Members
Include Protected Members
Include Inherited Members
Specifies the mode in which an operation is to be executed.
The OperationMode type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OperationMode() | Constructs a new instance of the class. | |
OperationMode(Boolean) | Creates a new operation mode optionally allowing partial data. | |
OperationMode(CacheUsage) | Creates a new operation mode with a specified cache mode. | |
OperationMode(Boolean, Boolean) | Creates a new operation mode optionally allowing partial data and/or ignoring conflicts. | |
OperationMode(CacheUsage, Boolean) | Creates a new operation mode with specified cache mode, and optionally allowing partial data. | |
OperationMode(CacheUsage, TimeSpan) | Creates a new operation mode with specified cache usage and freshness criterion. | |
OperationMode(CacheUsage, TimeSpan, Boolean) | Creates a new operation mode with specified cache usage, freshness criterion, and optionally accepting partial data. | |
OperationMode(CacheUsage, TimeSpan, Boolean, Boolean) | Creates a new operation mode with specified cache usage, freshness criterion, and optionally accepting partial data and ignoring conflicts. |
Top
Properties
Name | Description | |
---|---|---|
AllowPartialData | Checks to see if the operation should return partial data. | |
CachedWithImmediateRefresh | Indicates that the item should be read from the external system if available, and the cache should be refreshed. | |
CachedWithoutRefresh | Indicates that the item should be read from the cache if it is available. | |
CacheUsage | Determines how the cache should be used. | |
DoNotDetectConflicts | Checks to see whether the conflicts should be ignored. | |
Freshness | Determines how fresh the data is requested. | |
Offline | Indicates that the item should be read from the cache. | |
Online | Indicates that the item should be read from the external system. |
Top
Methods
Name | Description | |
---|---|---|
CreateObjRef | (Inherited from MarshalByRefObject.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetType | (Inherited from Object.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
ToString | (Inherited from Object.) |
Top