Controller.DisableAsyncSupport 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.
Gets whether to disable the asynchronous support for the controller.
protected virtual bool DisableAsyncSupport { get; }
member this.DisableAsyncSupport : bool
Protected Overridable ReadOnly Property DisableAsyncSupport As Boolean
Property Value
true to disable the asynchronous support for the controller; otherwise, false.