Class ResyncOptions
The ResyncOptions class contains information for items that would be resynced after expiration from the Read-Through Provider.
Inheritance
System.Object
ResyncOptions
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class ResyncOptions
Constructors
Name | Description |
---|---|
ResyncOptions(Boolean, String) | Basic constructor for ResyncOptions, provider name is optional. |
Properties
Name | Description |
---|---|
ProviderName | Specifies the Read-Through provider name when an item will be resynced at expiry. |
ResyncOnExpiration | Specifies if items are to be ReSynced at expiry. |