ExecuteMultipleSettings.ContinueOnError Property

Definition

Gets or sets a value indicating whether further execution of message requests in the Requests collection should continue if a fault is returned for the current request being processed.

public:
 property bool ContinueOnError { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember]
public bool ContinueOnError { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ContinueOnError : bool with get, set
Public Property ContinueOnError As Boolean

Property Value

true if message request processing should continue; otherwise, false.

Attributes

Applies to

See also