WorkflowSuspendedEventArgs クラス

定義

注意事項

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

WorkflowSuspended イベントのデータを提供します。

public ref class WorkflowSuspendedEventArgs : System::Workflow::Runtime::WorkflowEventArgs
public class WorkflowSuspendedEventArgs : System.Workflow.Runtime.WorkflowEventArgs
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class WorkflowSuspendedEventArgs : System.Workflow.Runtime.WorkflowEventArgs
type WorkflowSuspendedEventArgs = class
    inherit WorkflowEventArgs
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type WorkflowSuspendedEventArgs = class
    inherit WorkflowEventArgs
Public Class WorkflowSuspendedEventArgs
Inherits WorkflowEventArgs
継承
WorkflowSuspendedEventArgs
属性

注釈

Note

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

ワークフロー インスタンスは、ホストが WorkflowInstance.Suspendを呼び出すか、ワークフロー インスタンス内から SuspendActivity アクティビティを呼び出すか、ワークフロー ランタイム エンジンがワークフロー インスタンスを中断する、という 3 つの方法のいずれかで中断される場合があります。 ワークフロー インスタンスが中断されると、ワークフロー ランタイム エンジンによって WorkflowRuntime.WorkflowSuspended イベントが発生します。 ホストは、イベント ハンドラーを WorkflowRuntime.WorkflowSuspendedに追加することで、このイベントをサブスクライブできます。

プロパティ

名前 説明
Error
古い.

ワークフロー インスタンスが中断された理由の説明を取得します。

WorkflowInstance
古い.

ワークフロー イベントに関連付けられているワークフロー インスタンスを取得します。

(継承元 WorkflowEventArgs)

メソッド

名前 説明
Equals(Object)
古い.

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()
古い.

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()
古い.

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()
古い.

現在の Objectの簡易コピーを作成します。

(継承元 Object)
ToString()
古い.

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象