Interface ICallbackMethodProcessor

Interface that defines the Callback operations for handling method callbacks on the server.

This interface serves as an abstraction for potentially different implementations that use XML instead of JSON.

public abstract interface ICallbackMethodProcessor

Interface Members

MemberDescription
ProcessCallbackMethodCall Generic method that handles processing a Callback request by routing to a method in a provided target object.
public void ProcessCallbackMethodCall( object target );
WriteErrorResponse Returns an error response to the client from a callback. Code should exit after this call.
public void WriteErrorResponse( string ErrorMessage );

Requirements

Namespace: Westwind.Web.Controls
Assembly: westwind.ajaxtoolkit.dll


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