JsonCallbackMethodProcessor.ProcessCallbackMethodCall

Generic method that handles processing a Callback request by routing to a method in a provided target object.

This version doesn't pass in the method name but retrieves it from the POST data or query string.

public sealed void ProcessCallbackMethodCall( object target );

Parameters

target

Overloads:

public void ProcessCallbackMethodCall( object target, string methodToCall );

See also:

Class JsonCallbackMethodProcessor


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