CallbackMethodProcessorHelper.ProcessPostParameters

Handle parsing of the POST/Query string data Parameters are passed as follows:

CallbackMethod - the method to call CallbackParmCount - the number of parameters that are passed Parm1..n - the actual parameters passed

The two parameters passed are Output parameters and are filled by this method

public void ProcessPostParameters( ArrayList parameterList,
	ref string methodToCall );

Parameters

parameterList

methodToCall


See also:

Class CallbackMethodProcessorHelper


  Last Updated: 2/21/2008 | © West Wind Technologies, 2008