Method GetDriftCheckAsync
GetDriftCheckAsync(EntityType, int, CancellationToken)
Returns drift check for an entity
Declaration
Task<IDriftCheck> GetDriftCheckAsync(EntityType entityType, int entityIndex, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| EntityType | entityType | The type of the entity |
| int | entityIndex | The number of the entity |
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task<IDriftCheck> | The drift check |