Interface ICallbackMethodProcessor

Inteface 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 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,     string stackTrace,     int statusCode)

JsonDateEncoding

Requirements

Namespace: Westwind.Web
Assembly: westwind.web.dll

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic