ServiceClient.DisableCrossThreadSafeties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Disabled internal cross thread safeties, this will gain much higher performance, however it places the requirements of thread safety on you, the developer.
public bool DisableCrossThreadSafeties { get; set; }
member this.DisableCrossThreadSafeties : bool with get, set
Public Property DisableCrossThreadSafeties As Boolean