TrackingWorkflowSuspendedEventArgs クラス

定義

注意事項

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

ワークフロー インスタンスが中断された理由に関する情報が含まれます。

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

注釈

Note

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

ワークフロー インスタンスが中断されると、ランタイム追跡インフラストラクチャによって TrackingWorkflowSuspendedEventArgs が生成されます。 ワークフロー インスタンスに関連付けられているTrackingProfileWorkflowTrackPoint用に構成されたTrackingWorkflowEventが含まれている場合、ワークフロー追跡インフラストラクチャは、追跡サービスに送信するTrackingWorkflowSuspendedEventArgsEventArgsWorkflowTrackingRecordを配置します。

Note

TrackingWorkflowSuspendedEventArgs は、 WorkflowTrackingRecordに情報を渡すためにランタイム追跡サービスによってのみ使用されます。 WorkflowRuntime.WorkflowSuspended イベントのデータは、WorkflowSuspendedEventArgsで渡されます。

プロパティ

名前 説明
Error
古い.

ワークフロー インスタンスが中断された理由に関する情報が含まれます。 これは、Suspend(String) アクティビティに設定したError (文字列エラー) またはSuspendActivity プロパティから取得できます。

メソッド

名前 説明
Equals(Object)
古い.

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

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

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

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

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

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

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

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

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

(継承元 Object)

適用対象