Dev2.Utils.OpeningWorkflowsHelper.RemoveWorkflowWaitingForWaterMarkUpdates C# (CSharp) Method

RemoveWorkflowWaitingForWaterMarkUpdates() public static method

Removes the workflow waiting for water mark updates.
public static RemoveWorkflowWaitingForWaterMarkUpdates ( WorkSurfaceKey workSurfaceKey ) : void
workSurfaceKey WorkSurfaceKey The work surface key.
return void
        public static void RemoveWorkflowWaitingForWaterMarkUpdates(WorkSurfaceKey workSurfaceKey)
        {
            _resourceCurrentlyWaitingForWaterMarkUpdates.Remove(workSurfaceKey);
        }