2 writes to handle
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (2)
536
this.
handle
= this.instanceManager.InstanceStore.CreateInstanceHandle(null);
599
this.
handle
= null;
4 references to handle
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (4)
537
IAsyncResult executeResult = this.instanceManager.InstanceStore.BeginExecute(this.
handle
,
582
if (thisPtr.
handle
!= null)
584
thisPtr.
handle
.Free();
598
this.instanceManager.handle = this.
handle
;