IWorkflowDebugger 인터페이스

정의

주의

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

워크플로 인스턴스 생성, 실행 및 종료 상태 정보를 워크플로 호스트 애플리케이션 내부에서 실행 중인 DebugController 개체로부터 받는 인터페이스를 정의합니다.

public interface class IWorkflowDebugger
public interface IWorkflowDebugger
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public interface IWorkflowDebugger
type IWorkflowDebugger = interface
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type IWorkflowDebugger = interface
Public Interface IWorkflowDebugger
특성

설명

참고

이 자료에서는 더 이상 사용되지 않는 형식과 네임스페이스에 대해 설명합니다. 자세한 내용은 Deprecated Types in Windows Workflow Foundation 4.5(Windows Workflow Foundation 4.5에서 사용되지 않는 형식)를 참조하세요.

이 인터페이스는 디버거가 호스팅하는 .NET 원격 개체에 의해 구현됩니다.

메서드

ActivityStatusChanged(Guid, Guid, Guid, String, String, ActivityExecutionStatus, Int32)

워크플로 내 활동의 ExecutionStatus가 변경될 때 호출됩니다.

AssemblyLoaded(Guid, String, Boolean)

워크플로 호스트 애플리케이션의 WorkflowRuntime에 해당하는 애플리케이션 도메인에 어셈블리가 로드될 때 호출됩니다.

BeforeActivityStatusChanged(Guid, Guid, Guid, String, String, ActivityExecutionStatus, Int32)

워크플로 내 활동의 ExecutionStatus가 변경되기 전에 호출됩니다.

BeforeHandlerInvoked(Guid, Guid, String, ActivityHandlerDescriptor)

코드 병행의 처리기를 호출하기 전에 호출됩니다.

HandlerInvoked(Guid, Guid, Int32, String)

코드 병행의 처리기를 호출한 후에 호출됩니다.

InstanceCompleted(Guid, Guid)

워크플로 인스턴스가 완료될 때 호출됩니다.

InstanceCreated(Guid, Guid, Guid)

워크플로 인스턴스가 만들어질 때 호출됩니다.

InstanceDynamicallyUpdated(Guid, Guid, Guid)

워크플로 변경 내용을 사용하여 워크플로 인스턴스를 동적으로 업데이트할 때 호출됩니다.

ScheduleTypeLoaded(Guid, Guid, String, String, String, Boolean, String, String, String)

워크플로 호스트 애플리케이션의 워크플로 런타임 엔진이 새 워크플로 유형을 로드할 때 호출됩니다.

SetInitialActivityStatus(Guid, Guid, Guid, String, String, ActivityExecutionStatus, Int32)

워크플로 활동의 초기 상태를 설정하기 위해 호출됩니다.

UpdateHandlerMethodsForActivity(Guid, Guid, String, List<ActivityHandlerDescriptor>)

활동이 Executing 상태가 될 때 호출됩니다.

적용 대상