...
코드 블럭 | ||||
---|---|---|---|---|
| ||||
public void RefreshDataset( String dsName, bool isWait ) |
Parameters
dsName |
---|
Type: String
Refresh 할 데이터셋 명
조회할 데이터셋이 여러개 일경우 , 구분으로 처리
예) 입력예
- DS1,DS2 : DS1,DS2 동시실행
...
- DS1@DS2 : DS1→DS2 순차 실행
isWait |
---|
Type: bool (Optional default : false)
...
...
코드 블럭 | ||||
---|---|---|---|---|
| ||||
public void RefreshDataset( String dsName, bool isWait ) |
dsName |
---|
Type: String
Refresh 할 데이터셋 명
조회할 데이터셋이 여러개 일경우 , 구분으로 처리
예) 입력예
...
isWait |
---|
Type: bool (Optional default : false)
...