Ejemplo n.º 1
0
 public void StartInvoker(InvokerHandlerWithObjectInvoker handler, TimeSpan time, TimeSpan repeatedTime = default(TimeSpan), CoroutineGroup group = CoroutineGroup.Tick, bool pool = Invoker.PoolByDefault)
 {
     Invoker.StartInvoker(this, handler, time, repeatedTime, group, pool);
 }