unscheduleAllForTarget() public method

public unscheduleAllForTarget ( System target ) : void
target System
return void
Esempio n. 1
0
 public void unscheduleAllSelectors()
 {
     _scheduler.unscheduleAllForTarget(this);
 }