VisitEndSequenceAsync

AsyncWalker.VisitEndSequenceAsync method

Indicates that sequence element has been visited.

public virtual Task VisitEndSequenceAsync(Sequence sequence)
ParameterTypeDescription
sequenceSequenceA Sequence element that has been visited.

See Also