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

適用於

另請參閱