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
属性

注釈

Note

この資料では、古い型と名前空間について説明します。 詳細については、「Windows Workflow Foundation 4.5 のDeprecated 型」を参照してください。

このインターフェイスは、デバッガーによってホストされる.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>)
古い.

アクティビティが実行中の状態になったときに呼び出されます。

適用対象