ClearNonPersistedUserGlobals

Remove all non-persisted global user variables

public void ClearNonPersistedUserGlobals()

No parameters.

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