ExternalDataEventArgs.WorkHandler Propiedad

Definición

Obtiene o establece el IPendingWork para permitir el código externo, lo que genera el evento para participar en el proceso por lotes.

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

Valor de propiedad

IPendingWork

IPendingWork para permitir el código externo, lo que genera el evento para participar en el proceso por lotes.

Se aplica a

Consulte también