VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Shared Namespace / WebRequestJS type / WebRequestJS Constructors / WebRequestJS Constructor(string)
Syntax BrowserCompatibility SeeAlso
In This Topic
WebRequestJS Constructor(string)
In This Topic
Initializes a new instance of the WebRequestJS class.
Syntax
// Parameters
var actionName; // Type: string
var successFunc; // Type: function
var errorFunc; // Type: function
var ajaxParams; // Type: object
var isAsync; // Type: boolean

var instance = new Vintasoft.Shared.WebRequestJS(actionName, successFunc, errorFunc, ajaxParams, isAsync);

Parameters

actionName
Action name.
Browser Compatibility
9
See Also