MultipleOptions

Description

MultipleOptions holds the Options type and enables you to specify whether a Web service should continue if an error is encountered, or stop and throw an error.

Parameters

Name Type Description
options Extension. See Options. Options extension base. Holds name value pairing for future arguments on certain calls.
multiOption MultipleOption Enumeration element that holds the option to continue or stop processing of items.

Usage

MultipleOptions holds the Options type and the MultipleOption type. You use the multiOption parameter to control service handling as follows:

XML

The following XML shows MultipleOptions in the <urn:options> element in a typical call.

<urn:options>
    <urn:extraOption>
        <urn:name></urn:name>
        <urn:value></urn:value>
    </urn:extraOption>
    <urn:multiOption>CONTINUE-ON-FAILURE</urn:multiOption>
</urn:options>