[]
Set a duration for the report cache.
public static IAppBuilder SetReportCacheDuration(this IAppBuilder app, int seconds)
Public Shared Function SetReportCacheDuration(app As IAppBuilder, seconds As Integer) As IAppBuilder
| Type | Name | Description |
|---|---|---|
| IAppBuilder | app | The app builder. |
| int | seconds | The duration. |
| Type | Description |
|---|---|
| IAppBuilder | The app builder. |
Set a duration for the report cache.
public static IAppBuilder SetReportCacheDuration(this IAppBuilder app, TimeSpan duration)
Public Shared Function SetReportCacheDuration(app As IAppBuilder, duration As TimeSpan) As IAppBuilder
| Type | Name | Description |
|---|---|---|
| IAppBuilder | app | The app builder. |
| TimeSpan | duration | The duration. |
| Type | Description |
|---|---|
| IAppBuilder | The app builder. |