HeroStats Libraries
IScanner.DoFrame Method 

[This is preliminary documentation and subject to change.]

Does the appropriate unit of work for the scanner.

[Visual Basic]
Function DoFrame() As IScanner
[C#]
IScanner DoFrame();

Return Value

A reference to the scanner that should do the next unit of work. Could be a different scanner, depending on the work done by the previous run of DoFrame

See Also

IScanner Interface | CityOfHeroes.Scanner Namespace