DataScopeFetchDataAsync Method | 
| Name | Description | |
|---|---|---|
| FetchDataAsync(Object) | 
            Async variant of FetchData(Object)
            Fetches the data for the scope. It calls FetchDataImpl, which should be implemented in a derived class of this scope to actually
            fetch the data.
              | |
| FetchDataAsync(CancellationToken, Object) | 
            Async variant of FetchData(Object)
            Fetches the data for the scope. It calls FetchDataImpl, which should be implemented in a derived class of this scope to actually
            fetch the data.
              |