VintaSoft Barcode .NET SDK 14.3: Documentation for Web developer
Vintasoft.Shared Namespace / WebCompositeRequestJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebCompositeRequestJS type
    In This Topic
    Represent a composite web request to a web service.
    Syntax
    // Parameters
    var requests; // Type: WebServiceJS
    var actionName; // Type: string
    
    var instance = new Vintasoft.Shared.WebCompositeRequestJS(requests, actionName);
    
    
    function WebCompositeRequestJS;
    
    Inheritance Hierarchy

    Object
       Vintasoft.Shared.WebRequestJS
          Vintasoft.Shared.WebCompositeRequestJS

    Browser Compatibility
    9
    5
    11
    5
    See Also