ISiteFileWatcherService Interface

Applies to v2.

Represents a service that provides hookups for file changes in the site. Note that all events are lost when a site is changed.

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Public Interface ISiteFileWatcherService
'Usage
Dim instance As ISiteFileWatcherService
public interface ISiteFileWatcherService
public interface class ISiteFileWatcherService
type ISiteFileWatcherService =  interface end
public interface ISiteFileWatcherService

The ISiteFileWatcherService type exposes the following members.

Methods

  Name Description
Public method DeregisterForSiteNotifications Deregisters for all change notification for a path.
Public method RegisterForSiteNotifications Registers for change notifications for a site.

Top

See Also

Reference

Microsoft.WebMatrix.Extensibility Namespace