SynchronizationContext.OperationStarted 메서드

정의

파생 클래스에서 재정의되면 작업이 시작되었음을 알리는 메시지에 응답합니다.

public:
 virtual void OperationStarted();
public virtual void OperationStarted ();
abstract member OperationStarted : unit -> unit
override this.OperationStarted : unit -> unit
Public Overridable Sub OperationStarted ()

설명

기본 구현에는 코드가 없습니다. 필요에 따라 이 메서드를 재정의하여 작업이 시작될 때 실행되는 코드를 제공할 수 있습니다.

적용 대상