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