ClearNonPersistedGlobals
Remove all non-persisted global variables
Signature
public void ClearNonPersistedGlobals()
Parameters
No parameters.
Return Type
void
Example
using System;
public class CPHInline
{
public bool Execute()
{
CPH.ClearNonPersistedGlobals();
return true;
}
}