Esempio n. 1
0
 public void Dispose()
 {
     if (Orchestrator != null)
     {
         Orchestrator = null;
     }
     if (WfEvents != null)
     {
         WfEvents.Dispose();
         WfEvents = null;
     }
 }
Esempio n. 2
0
 public WorkflowManager(DocsMarshal.Orchestrator.Manager manager)
 {
     Orchestrator = manager;
     WfEvents     = new WorkflowEventsManager(Orchestrator);
 }