다음을 통해 공유


BackgroundOperationDelegate 대리자

정의

클래스 인스턴스와 해당 클래스의 인스턴스 메서드 또는 정적 메서드를 참조하는 데이터 구조체인 대리자를 나타냅니다.

public delegate void BackgroundOperationDelegate(IBackgroundOperationContext ^ context);
public delegate void BackgroundOperationDelegate(IBackgroundOperationContext context);
type BackgroundOperationDelegate = delegate of IBackgroundOperationContext -> unit
Public Delegate Sub BackgroundOperationDelegate(context As IBackgroundOperationContext)

매개 변수

context
IBackgroundOperationContext

백그라운드 작업 메서드를 실행하는 대리자를 나타내는 인터페이스입니다.

적용 대상