ExecuteMultipleSettings Class
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Defines the execution behavior of ExecuteMultipleRequest.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Inheritance Hierarchy
System.Object
Microsoft.Xrm.Sdk.ExecuteMultipleSettings
Syntax
[DataContractAttribute(Name = "ExecuteMultipleSettings", Namespace = "https://schemas.microsoft.com/xrm/2012/Contracts")]
public sealed class ExecuteMultipleSettings : IExtensibleDataObject
<DataContractAttribute(Name := "ExecuteMultipleSettings", Namespace := "https://schemas.microsoft.com/xrm/2012/Contracts")>
Public NotInheritable Class ExecuteMultipleSettings
Implements IExtensibleDataObject
Constructors
Name | Description | |
---|---|---|
ExecuteMultipleSettings() | Initializes a new instance of the ExecuteMultipleSettings class. |
Properties
Name | Description | |
---|---|---|
ContinueOnError | 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. |
|
ExtensionData | Gets or sets the structure that contains extra data. |
|
ReturnResponses | Gets or sets a value indicating if a response for each message request processed should be returned. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Settings
Microsoft.Xrm.Sdk Namespace
Use messages (request and response classes) with the Execute method
Sample: Execute multiple requests
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright