ISiteFileWatcherService.RegisterForSiteNotifications 方法

适用于版本2

注册针对站点的更改通知。

命名空间:  Microsoft.WebMatrix.Extensibility
程序集:  Microsoft.WebMatrix.Extensibility(在 Microsoft.WebMatrix.Extensibility.dll 中)

语法

声明
Function RegisterForSiteNotifications ( _
    changeTypes As WatcherChangeTypes, _
    handler As FileSystemEventHandler, _
    renameHandler As RenamedEventHandler _
) As Boolean
用法
Dim instance As ISiteFileWatcherService 
Dim changeTypes As WatcherChangeTypes 
Dim handler As FileSystemEventHandler 
Dim renameHandler As RenamedEventHandler 
Dim returnValue As Boolean 

returnValue = instance.RegisterForSiteNotifications(changeTypes, _
    handler, renameHandler)
bool RegisterForSiteNotifications(
    WatcherChangeTypes changeTypes,
    FileSystemEventHandler handler,
    RenamedEventHandler renameHandler
)
bool RegisterForSiteNotifications(
    WatcherChangeTypes changeTypes, 
    FileSystemEventHandler^ handler, 
    RenamedEventHandler^ renameHandler
)
abstract RegisterForSiteNotifications : 
        changeTypes:WatcherChangeTypes * 
        handler:FileSystemEventHandler * 
        renameHandler:RenamedEventHandler -> bool
function RegisterForSiteNotifications(
    changeTypes : WatcherChangeTypes, 
    handler : FileSystemEventHandler, 
    renameHandler : RenamedEventHandler
) : boolean

参数

返回值

类型:System.Boolean
如果可以提供通知,则为 true;否则为 false。

请参阅

参考

ISiteFileWatcherService 接口

Microsoft.WebMatrix.Extensibility 命名空间