다음을 통해 공유


AwaitExtensions.WaitForChangeAsync 메서드

정의

지정된 레지스트리 키가 변경될 때 완료되는 Task를 반환합니다.

public static System.Threading.Tasks.Task WaitForChangeAsync (this Microsoft.Win32.RegistryKey registryKey, bool watchSubtree = true, Microsoft.VisualStudio.Threading.RegistryChangeNotificationFilters change = Microsoft.VisualStudio.Threading.RegistryChangeNotificationFilters.Subkey | Microsoft.VisualStudio.Threading.RegistryChangeNotificationFilters.Value, System.Threading.CancellationToken cancellationToken = default);
static member WaitForChangeAsync : Microsoft.Win32.RegistryKey * bool * Microsoft.VisualStudio.Threading.RegistryChangeNotificationFilters * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function WaitForChangeAsync (registryKey As RegistryKey, Optional watchSubtree As Boolean = true, Optional change As RegistryChangeNotificationFilters = Microsoft.VisualStudio.Threading.RegistryChangeNotificationFilters.Subkey | Microsoft.VisualStudio.Threading.RegistryChangeNotificationFilters.Value, Optional cancellationToken As CancellationToken = Nothing) As Task

매개 변수

registryKey
RegistryKey

변경 내용을 watch 레지스트리 키입니다.

watchSubtree
Boolean

true키 하위 키를 false watch. 하위 항목 없이 이 키만 watch.

change
RegistryChangeNotificationFilters

watch 변경의 종류를 나타냅니다.

cancellationToken
CancellationToken

리소스가 변경 내용을 감시하지 않도록 해제하고 반환된 작업을 취소된 상태로 완료하기 위해 취소할 수 있는 토큰입니다.

반환

레지스트리 키가 변경되거나 핸들이 닫혀 있거나 취소 시 완료되는 작업입니다.

적용 대상