1 write to host
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowServiceHost.cs (1)
785
this.
host
= host;
5 references to host
System.ServiceModel.Activities (5)
System\ServiceModel\Activities\WorkflowServiceHost.cs (5)
795
IAsyncResult result = this.
host
.durableInstanceManager.BeginClose(
802
IAsyncResult result = this.
host
.BeginHostClose(
811
thisPtr.
host
.durableInstanceManager.EndClose(result);
813
thisPtr.
host
.WorkflowServiceHostPerformanceCounters.Dispose();
821
thisPtr.
host
.EndHostClose(result);