ComponentBase.OnParametersSetAsync 메서드

정의

구성 요소가 렌더링 트리의 부모로부터 매개 변수를 수신하고 들어오는 값이 속성에 할당되었을 때 호출되는 메서드입니다.

protected:
 virtual System::Threading::Tasks::Task ^ OnParametersSetAsync();
protected virtual System.Threading.Tasks.Task OnParametersSetAsync ();
abstract member OnParametersSetAsync : unit -> System.Threading.Tasks.Task
override this.OnParametersSetAsync : unit -> System.Threading.Tasks.Task
Protected Overridable Function OnParametersSetAsync () As Task

반환

Task 비동기 작업을 나타내는 입니다.

적용 대상