Subscriber portal
Returns the RunBase itself.
public RunBase runBase()
This method should not usually be overridden. An exception could be to return an inheritance of RunBase to be able to call the methods that only are in this class.
object genericObj; if (genericObj.runBase()) { // ... }