OrganizationServiceContext.ConcurrencyBehavior Property
Applies To: Dynamics CRM 2015
Specifies the type of optimistic concurrency behavior that should be performed by the Web service when processing this request.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public ConcurrencyBehavior ConcurrencyBehavior { get; set; }
public:
property ConcurrencyBehavior ConcurrencyBehavior {
ConcurrencyBehavior get();
void set(ConcurrencyBehavior value);
}
member ConcurrencyBehavior : ConcurrencyBehavior with get, set
Public Property ConcurrencyBehavior As ConcurrencyBehavior
Property Value
Type: Microsoft.Xrm.Sdk.ConcurrencyBehavior
Type: ConcurrencyBehavior
The concurrency behavior.
See Also
OrganizationServiceContext Class
Microsoft.Xrm.Sdk.Client Namespace
Reduce potential data loss using optimistic concurrency
Return to top
© 2016 Microsoft. All rights reserved. Copyright