JsonCallbackMethodProcessor.ProcessCallbackMethodCall

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:

public sealed void ProcessCallbackMethodCall( object target );

See also:

Class JsonCallbackMethodProcessor


  Last Updated: 11/12/2008 | © West Wind Technologies, 2008