Method ResetInputs
ResetInputs()
Resets the input for this content source, so that the test would behave as if it was just started, input-wise.
NOTE: the default implementation resets the number of bytes and
items generated since the last reset, so it's important to call
base.ResetInputs()
in case you override this method.
Declaration
public virtual void ResetInputs()