OperationMode Constructor
Include Protected Members
Include Inherited Members
Creates a new operation mode by using various options.
Overload List
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