Property Position
- Namespace
- MVVrus.AspNetCore.ActiveSession
- Assembly
- MVVrus.AspNetCore.ActiveSession.dll
Position
Current position of the runner object.
It is a part of IRunner interface implementation.
Overrides RunnerBase.Position.
public override int Position { get; protected set; }
Property Value
Remarks
For sequence-oriente runners implemented by descendants of this class Position designates
a number of items in sequences returned by all previously completed
GetAvailable and GetRequiredAsync calls.