DashboardQueryForceSynchronousProcessAfterRefresh Property |
|
DataPA OpenAnalytics 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 public string ForceSynchronousProcessAfterRefresh { get; set; }
Public Property ForceSynchronousProcessAfterRefresh As String
Get
Set
public:
virtual property String^ ForceSynchronousProcessAfterRefresh {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_ForceSynchronousProcessAfterRefresh();
function set_ForceSynchronousProcessAfterRefresh(value);
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