Generic method that handles processing a Callback request by routing to a method in a provided target object.
public void ProcessCallbackMethodCall(object target, string methodToCall)
Parameters
target
The target object that is to be called. If null this is used
methodToCall
Overloads:
See also:
Class JsonCallbackMethodProcessor© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic