다음을 통해 공유


ExtendedExecutionRevokedEventArgs.Reason 속성

정의

백그라운드 실행이 취소된 이유를 가져옵니다.

public:
 property ExtendedExecutionRevokedReason Reason { ExtendedExecutionRevokedReason get(); };
ExtendedExecutionRevokedReason Reason();
public ExtendedExecutionRevokedReason Reason { get; }
var extendedExecutionRevokedReason = extendedExecutionRevokedEventArgs.reason;
Public ReadOnly Property Reason As ExtendedExecutionRevokedReason

속성 값

백그라운드 실행이 취소된 이유입니다.

적용 대상