DataPA Enterprise Dashboard Controls API Reference
Gets and sets a property that indicates if the objects dependant on this query should be processed synchronously rather than asynchronously
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public string ForceSynchronousProcessAfterRefresh { get; set; } |
Visual Basic |
---|
Public Property ForceSynchronousProcessAfterRefresh As String
Get
Set |
Visual C++ |
---|
public:
virtual property String^ ForceSynchronousProcessAfterRefresh {
String^ get () sealed;
void set (String^ value) sealed;
} |
Property Value
Type:
StringTrue if the objects dependant on this query should be processed synchronously rather than asynchronously
Return Value
Type:
StringTrue if the objects dependant on this query should be processed synchronously rather than asynchronously
Remarks
See Also