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

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next