ConfigureDataReloadingTimeoutWebEventArgs(String, String, String, TimeSpan) Constructor
Initializes a new instance of the ConfigureDataReloadingTimeoutWebEventArgs class.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v26.1.Web.dll
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