ExternalDataEventArgs.WorkHandler Propriedade

Definição

Obtém ou define o IPendingWork para permitir que o código externo, ao gerar o evento, participe do lote.

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 da propriedade

O IPendingWork para permitir que o código externo, que aciona o evento, participe do lote.

Aplica-se a

Confira também