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.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Class that holds information about a cache refresh failure.
The CacheRefreshFailureInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
CacheRefreshFailureInformation | Overloaded. Initializes a new instance of the CacheRefreshFailureInformation class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ApplicationName | Gets or sets the name of the Commerce Application in which the failure occurred. |
![]() |
Description | Gets or sets the description of the failure. |
![]() |
ServerName | Gets or sets the name of the web server on which the failure occurred. |
![]() |
StatusCode | Gets or sets the HTTP status code returned by the web server. |
![]() |
Url | Gets or sets the URL used to refresh the cache. |
Top