ClearNonPersistedGlobals

Remove all non-persisted global variables

public void ClearNonPersistedGlobals()

No parameters.

void
using System;
public class CPHInline
{
    public bool Execute()
    {
        CPH.ClearNonPersistedGlobals(); 
        return true;
    }
}