ExternalDataEventArgs.WorkHandler Proprietà

Definizione

Ottiene o imposta l'oggetto IPendingWork per consentire al codice esterno, generando 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à

Oggetto IPendingWork per consentire al codice esterno, generando l'evento, di partecipare al batch.

Si applica a

Vedi anche