ExternalDataEventArgs.WorkHandler プロパティ

定義

イベントを発生させている外部コードがバッチに参加できるようにする IPendingWork を取得または設定します。

public:
 property System::Workflow::Runtime::IPendingWork ^ WorkHandler { System::Workflow::Runtime::IPendingWork ^ get(); void set(System::Workflow::Runtime::IPendingWork ^ value); };
public System.Workflow.Runtime.IPendingWork WorkHandler { get; set; }
member this.WorkHandler : System.Workflow.Runtime.IPendingWork with get, set
Public Property WorkHandler As IPendingWork

プロパティ値

イベントを発生させている外部コードがバッチに参加できるようにする IPendingWork

適用対象

こちらもご覧ください