Share via


SiteCacheRefreshEventArgs Class

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Provides data for the CacheRefresh event.

Namespace:  Microsoft.CommerceServer.Runtime
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public Class SiteCacheRefreshEventArgs _
    Inherits EventArgs
'Usage
Dim instance As SiteCacheRefreshEventArgs
public class SiteCacheRefreshEventArgs : EventArgs
public ref class SiteCacheRefreshEventArgs : public EventArgs
public class SiteCacheRefreshEventArgs extends EventArgs

Remarks

Event data for SiteCacheRefresh event.

The event model in the .NET Framework is based on having an event delegate that connects an event with its handler. To raise an event, two elements are needed:

  • A class that holds the event data. This class must derive from the base class EventArgs.

  • A method response to the event.

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    Microsoft.CommerceServer.Runtime..::.SiteCacheRefreshEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SiteCacheRefreshEventArgs Members

Microsoft.CommerceServer.Runtime Namespace