Method GetAllIdsAsync
GetAllIdsAsync(IMetadataRepository, CancellationToken)
Gets all owner IDs in the dataset.
Declaration
public static Task<IEnumerable<InstanceId>> GetAllIdsAsync(this IMetadataRepository metadataRepository, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| IMetadataRepository | metadataRepository | The metadata repository. |
| CancellationToken | cancellationToken |
Returns
| Type | Description |
|---|---|
| Task<IEnumerable<InstanceId>> | The list of ids |