Nevron Open Vision Documentation
Nevron.Nov Namespace / NAggregatePromise Class / All Method


In This Topic
    All Method (NAggregatePromise)
    In This Topic
    The All method takes an array of promises, and returns a single Promise that contains an array of the results of the input promises. The returned promise will fulfill when all of the input's promises have fulfilled. It rejects immediately upon any of the input promises rejecting, and will fail with this first failure exception.
    Overload List
    OverloadDescription
    The All method takes an array of promises, and returns a single Promise that contains an array of the results of the input promises. The returned promise will fulfill when all of the input's promises have fulfilled. It rejects immediately upon any of the input promises rejecting, and will fail with this first failure exception.  
    The All method takes an array of promises, and returns a single Promise that contains an array of the results of the input promises. The returned promise will fulfill when all of the input's promises have fulfilled. It rejects immediately upon any of the input promises rejecting, and will fail with this first failure exception.  
    The All method takes an array of promises, and returns a single Promise that contains an array of the results of the input promises. The returned promise will fulfill when all of the input's promises have fulfilled. It rejects immediately upon any of the input promises rejecting, and will fail with this first failure exception.  
    The All method takes an array of promises, and returns a single Promise that contains an array of the results of the input promises. The returned promise will fulfill when all of the input's promises have fulfilled. It rejects immediately upon any of the input promises rejecting, and will fail with this first failure exception.  
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also