Share via


ExternalDataEventArgs.WorkHandler Proprietà

Definizione

Ottiene o imposta l'interfaccia IPendingWork per consentire al codice esterno, che ha generato l'evento, di partecipare al batch.

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

Valore della proprietà

IPendingWork

L'interfaccia IPendingWork per consentire al codice esterno, che ha generato l'evento, di partecipare al batch.

Si applica a

Vedi anche