'Declaration Public Overloads Sub Alter( _ ByVal tableName As String, _ ByVal refreshInterval As Integer, _ ByVal intervalUnit As RefreshIntervalUnit _ )
public void Alter( string tableName, int refreshInterval, RefreshIntervalUnit intervalUnit )
Parameters
- tableName
- The name of the table to alter cache settings for.
- refreshInterval
- The new refresh interval.
- intervalUnit
- The time unit, the refresh interval is set in.