10 references to InstanceId
System.Workflow.Runtime (10)
Hosting\ManualWorkflowSchedulerService.cs (10)
193delegate(CallbackInfo c) { return c.InstanceId == workflowInstanceId; }); 221cs.Callback(cs.InstanceId); 270return new Timer(timerCallback, info.InstanceId, span, infinite); 321WorkflowTrace.Host.TraceEvent(TraceEventType.Information, 0, "Timeout occured for timer for instance {0}", ci.InstanceId); 334ci.Callback(ci.InstanceId); // delivers the timer message 335RunWorkflow(ci.InstanceId); 340WorkflowTrace.Host.TraceEvent(TraceEventType.Error, 0, "Timeout for instance, {0} threw exception {1}", ci == null ? Guid.Empty : ci.InstanceId, e.Message); 341RaiseServicesExceptionNotHandledEvent(e, ci.InstanceId); 346WorkflowTrace.Host.TraceEvent(TraceEventType.Error, 0, "Timeout for instance, {0} threw exception {1}", ci == null ? Guid.Empty : ci.InstanceId, e.Message); 347RaiseServicesExceptionNotHandledEvent(e, ci.InstanceId);