Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Retired Content |
|---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Gets or sets the expiration poll frequency in seconds.
Namespace: Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design (in Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design.dll)
Syntax
'Declaration
<AssertRangeAttribute(, RangeBoundaryType.Inclusive, , RangeBoundaryType.Inclusive)> _
<RequiredAttribute> _
PublicPropertyExpirationPollFrequencyInSecondsAs Integer
[AssertRangeAttribute(, RangeBoundaryType.Inclusive, , RangeBoundaryType.Inclusive)]
[RequiredAttribute]
public int ExpirationPollFrequencyInSeconds { get; set; }
[AssertRangeAttribute(, RangeBoundaryType::Inclusive, , RangeBoundaryType::Inclusive)]
[RequiredAttribute]
public:
property int ExpirationPollFrequencyInSeconds {
int get ();
voidset (int value);
}
publicfunction getExpirationPollFrequencyInSeconds () : int
publicfunction setExpirationPollFrequencyInSeconds (value : int)
Field Value
The expiration poll frequency in seconds.
See Also
Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design Namespace
| Retired Content |
|---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |