DurableTimerExtension.SetInstance(WorkflowInstanceProxy) 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.
Legt die angegebene Workflowinstanz als aktuelle Instanz fest.
public:
virtual void SetInstance(System::Activities::Hosting::WorkflowInstanceProxy ^ instance);
public virtual void SetInstance (System.Activities.Hosting.WorkflowInstanceProxy instance);
abstract member SetInstance : System.Activities.Hosting.WorkflowInstanceProxy -> unit
override this.SetInstance : System.Activities.Hosting.WorkflowInstanceProxy -> unit
Public Overridable Sub SetInstance (instance As WorkflowInstanceProxy)
Parameter
- instance
- WorkflowInstanceProxy
Die als aktuell zu definierende Workflowinstanz.
Implementiert
Hinweise
Ein DurableTimerExtension Objekt kann nur einem einzelnen Workflow instance zugeordnet werden. Wenn ein DurableTimerExtension -Objekt mit mehreren Workflow-instance verwendet wird, wird eine InvalidOperationException mit der folgenden Meldung ausgelöst:
This TimerExtension has already been attached to a workflow instance.