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

注釈

注意

ここでは、廃止された型と名前空間について説明します。 詳細については、「.NET 4.5 での Windows Workflow Foundation の新機能」を参照してください。

ホストが WorkflowInstance.Suspend を呼び出した場合、ワークフロー インスタンスの内部から SuspendActivity アクティビティが呼び出された場合、またはワークフロー ランタイム エンジンがワークフロー インスタンスを中断した場合に、ワークフロー インスタンスは中断します。 ワークフロー インスタンスが中断すると、ワークフロー ランタイム エンジンが WorkflowRuntime.WorkflowSuspended イベントを発生させます。 ホストはイベント ハンドラーを WorkflowRuntime.WorkflowSuspended に追加することによって、このイベントを定期受信できます。

プロパティ

Error
古い.

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

WorkflowInstance
古い.

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

(継承元 WorkflowEventArgs)

メソッド

Equals(Object)
古い.

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

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

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

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

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

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

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

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

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

(継承元 Object)

適用対象