Intersoft WebDesktop Documentation
Asynchronous Property
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > WebFlyPostBackManager Class : Asynchronous Property


Glossary Item Box

Gets or sets a value indicating asynchronous call.

Syntax

Visual Basic (Declaration) 
Public Property Asynchronous As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebFlyPostBackManager
Dim value As Boolean
 
instance.Asynchronous = value
 
value = instance.Asynchronous
C# 
public bool Asynchronous {get; set;}

Remarks

By default, the component will operate in asynchronous mode. The asynchronous mode is the preferred operation mode since it delivers smoother user experience by performing actions in the background. However in some scenarios, you may want to use synchronous invocation. You can change the operation mode to synchronous by setting Asynchronous property to False.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.