CrmServiceClient.DisableCrossThreadSafeties Property

Definition

Disabled internal cross thread safeties, this will gain much higher performance, however it places the requirements of thread safety on you, the developer.

public:
 property bool DisableCrossThreadSafeties { bool get(); void set(bool value); };
public bool DisableCrossThreadSafeties { get; set; }
member this.DisableCrossThreadSafeties : bool with get, set
Public Property DisableCrossThreadSafeties As Boolean

Property Value

Applies to