void IWorkflowInstanceExtension.SetInstance(WorkflowInstanceProxy instance)
 {
     this.instance = instance;
     this.contexts = new ConcurrentDictionary <string, CopyFileContext>();
 }
 public void SetInstance(WorkflowInstanceProxy instance)
 {
     this._instance = instance;
 }
Beispiel #3
0
 void IWorkflowInstanceExtension.SetInstance(WorkflowInstanceProxy instance)
 {
     this.instance = instance;
 }
 public void SetInstance(WorkflowInstanceProxy instance)
 {
     Proxy = instance;
 }
Beispiel #5
0
 public BookmarkResumptionState(Bookmark timerBookmark, DurableTimerExtension timerExtension, WorkflowInstanceProxy instance)
 {
     this.TimerBookmark  = timerBookmark;
     this.TimerExtension = timerExtension;
     this.Instance       = instance;
 }