Implemented interface member:
method
ReleaseInstance
System.ServiceModel.Dispatcher.IInstanceProvider.ReleaseInstance(System.ServiceModel.InstanceContext, System.Object)
1 override of ReleaseInstance
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\WorkflowInstanceProvider.cs (1)
17public override void ReleaseInstance(InstanceContext instanceContext, object instance)
1 reference to ReleaseInstance
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\WorkflowInstanceProvider.cs (1)
31base.ReleaseInstance(instanceContext, instance);