CallExternalMethodActivity.Execute(ActivityExecutionContext) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Versucht CallExternalMethodActivity mit dem angegebenen ActivityExecutionContext auszuführen.
protected:
override System::Workflow::ComponentModel::ActivityExecutionStatus Execute(System::Workflow::ComponentModel::ActivityExecutionContext ^ executionContext);
protected override sealed System.Workflow.ComponentModel.ActivityExecutionStatus Execute (System.Workflow.ComponentModel.ActivityExecutionContext executionContext);
override this.Execute : System.Workflow.ComponentModel.ActivityExecutionContext -> System.Workflow.ComponentModel.ActivityExecutionStatus
Protected Overrides NotOverridable Function Execute (executionContext As ActivityExecutionContext) As ActivityExecutionStatus
Parameter
- executionContext
- ActivityExecutionContext
Der ActivityExecutionContext, der die Ausführungsumgebung beinhaltet, in der CallExternalMethodActivity ausgeführt wird.
Gibt zurück
Einer der ActivityExecutionStatus-Werte.
Ausnahmen
Dieses InterfaceType ist ein NULL-Verweis (Nothing
in Visual Basic).
executionContext
ist ein NULL-Verweis (Nothing
in Visual Basic).
Das Dienstobjekt für executionContext
ist ein NULL-Verweis (Nothing
in Visual Basic).