25 references to InstanceId
System.WorkflowServices (25)
System\ServiceModel\Dispatcher\DurableInstanceContextProvider.cs (2)
157
removed = contextCache.RemoveIfNotBusy(durableInstance.
InstanceId
, instanceContext);
163
string traceText = SR.GetString(SR.TraceCodeDICPInstanceContextRemovedFromCache, durableInstance.
InstanceId
);
System\ServiceModel\Dispatcher\DurableInstanceProvider.cs (1)
49
this.durableInstanceContextProvider.UnbindAbortedInstance(instanceContext, durableInstance.
InstanceId
);
System\ServiceModel\Dispatcher\DurableOperationContext.cs (1)
18
return durableInstance.
InstanceId
;
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (7)
186
string traceText = SR.GetString(SR.TraceCodeServiceDurableInstanceDeleted, this.
InstanceId
);
210
string traceText = SR2.GetString(SR2.ServiceDurableInstanceSavedDetails, this.
InstanceId
, (this.lockingProvider != null) ? "True" : "False");
234
string traceText = SR2.GetString(SR2.ServiceDurableInstanceSavedDetails, this.
InstanceId
, (this.lockingProvider != null) ? "True" : "False");
283
new InstanceNotFoundException(this.
InstanceId
));
305
string traceText = SR2.GetString(SR2.ServiceDurableInstanceLoadedDetails, this.
InstanceId
, (this.lockingProvider != null) ? "True" : "False");
385
string traceText = SR.GetString(SR.TraceCodeServiceDurableInstanceDisposed, this.
InstanceId
);
418
bool stillReferenced = this.contextManager.GetReferenceCount(this.
InstanceId
) > 1;
System\ServiceModel\Dispatcher\WorkflowDurableInstance.cs (5)
56
this.workflowInstance = this.workflowDefinition.CreateWorkflow(this.
InstanceId
);
61
string traceText = SR.GetString(SR.TraceCodeWorkflowDurableInstanceActivated,
InstanceId
);
79
this.instanceContextProvider.InstanceLifeTimeManager.CleanUp(this.
InstanceId
);
86
this.workflowInstance = this.workflowDefinition.WorkflowRuntime.GetWorkflow(
InstanceId
);
90
string traceText = SR.GetString(SR.TraceCodeWorkflowDurableInstanceLoaded,
InstanceId
);
System\ServiceModel\Dispatcher\WorkflowInstanceContextProvider.cs (8)
68
workflowDurableInstance.
InstanceId
,
72
workflowDurableInstance.
InstanceId
,
98
this.InstanceLifeTimeManager.NotifyWorkflowActivationComplete(workflowDurableInstance.
InstanceId
,
101
(workflowDurableInstance.
InstanceId
, instanceContext),
126
return (!this.InstanceLifeTimeManager.IsInstanceInMemory(workflowDurableInstance.
InstanceId
)) &&
147
if (this.InstanceLifeTimeManager.IsInstanceInMemory(workflowDurableInstance.
InstanceId
))
149
this.InstanceLifeTimeManager.NotifyWorkflowActivationComplete(workflowDurableInstance.
InstanceId
,
153
workflowDurableInstance.
InstanceId
,
System\ServiceModel\Dispatcher\WorkflowInstanceProvider.cs (1)
28
this.instanceContextProvider.InstanceLifeTimeManager.CleanUp(workflowDurableInstance.
InstanceId
);