IEnterpriseServiceStartAutoRefreshDelay Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAClientConfig.EnterpriseServiceAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax void StartAutoRefreshDelay(
string SecurityCode,
bool bSoft
)
Sub StartAutoRefreshDelay (
SecurityCode As String,
bSoft As Boolean
)
void StartAutoRefreshDelay(
String^ SecurityCode,
bool bSoft
)
function StartAutoRefreshDelay(SecurityCode, bSoft);
Parameters
- SecurityCode
- Type: SystemString
- bSoft
- Type: SystemBoolean
See Also