Version

ControlCallbackManager class Members

The following tables list the members exposed by ControlCallbackManager.

Public Constructors
Public Methods
 NameDescription
Public MethodcreateCallbackObjectCreates a new CallbackObject for the control.  
Public Methoddisposefor internal use only  
Public MethodexecuteInitiates an XmlHTTPRequest for the specified CallbackObject.  
Public MethodgetAsyncGet/Sets whether or not the Callback should be Async. The Default is true.  
Public MethodgetHttpVerbGet/Sets the HTTP Verb for the Callback. The Default is "Post"  
Public MethodgetTimeoutGet/Sets the amount of time (in ms) that is allowed to pass before failing the Callback. The default is 20000  
Public MethodgetUrlGet/Sets the url for the Callback. The default is the current form's action.  
Public MethodsetAsync  
Public MethodsetHttpVerb  
Public MethodsetResponseComplete  
Public MethodsetTimeout  
Public MethodsetUrl  
See Also