VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Shared Namespace / WebCompositeRequestJS type / WebCompositeRequestJS Constructor(WebServiceJS,string)
Syntax BrowserCompatibility SeeAlso
In This Topic
WebCompositeRequestJS Constructor(WebServiceJS,string)
In This Topic
Initializes a new instance of the WebCompositeRequestJS class.
Syntax
// Parameters
var requests; // Type: WebServiceJS
var actionName; // Type: string

var instance = new Vintasoft.Shared.WebCompositeRequestJS(requests, actionName);

Parameters

requests
An array of WebServiceJS instances.
actionName
Action name.
Browser Compatibility
9
See Also