-
[WPF] Async AwaitC#/WPF 2024. 6. 19. 10:49
async 함수 값 return 하려면 Task<T> 로 사용
async 함수의 값을 리턴받으려면
await으로 호출해야함.
await쓰려는 함수도 async로 줘야함.
728x90'C# > WPF' 카테고리의 다른 글
[WPF] DispatcherTimer (0) 2024.07.01 [WPF] ItemsControl , UIelement 반복 (0) 2024.06.26 [WPF] UI Test with Appium (1) 2024.06.13 [WPF] Ioc resolve constructor parameter (0) 2024.06.07 [WPF] dotnet build (0) 2024.05.16 댓글