다음을 통해 공유


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 네임스페이스