Partage via


ExternalDataEventArgs.WorkHandler Propriété

Définition

Obtient ou définit le IPendingWork pour autoriser le code externe déclenchant l'événement à participer au traitement.

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

Valeur de propriété

IPendingWork

IPendingWork pour autoriser le code externe déclenchant l'événement à participer au traitement.

S’applique à

Voir aussi