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

适用于

另请参阅