DurableTimerExtension.SetInstance(WorkflowInstanceProxy) Methode

Definition

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.  

Gilt für: