ConfigureDataReloadingTimeoutWebEventArgs(String, String, String, TimeSpan) Constructor
Initializes a new instance of the ConfigureDataReloadingTimeoutWebEventArgs class.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.1.Web.dll
NuGet Package: DevExpress.Web.Dashboard.Common
Declaration
public ConfigureDataReloadingTimeoutWebEventArgs(
string dashboardId,
string dataSourceName,
string dataMember,
TimeSpan dataReloadingTimeout
)
Parameters
Name | Type | Description |
---|---|---|
dashboardId | String | The System.String value that is a dashboard unique identifier. |
dataSourceName | String | A System.String value that is the data source name. |
dataMember | String | A System.String value, specifying the data member. |
dataReloadingTimeout | TimeSpan | A System.TimeSpan object specifying the data reloading timeout. |
See Also