public virtual void Invoke (Action action, double delay);
abstract member Invoke : Action * double -> unit override this.Invoke : Action * double -> unit
public virtual void Invoke (Action action, TimeSpan delay);
abstract member Invoke : Action * TimeSpan -> unit override this.Invoke : Action * TimeSpan -> unit
Gracias.