프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AcceptingJobsDeadline | ScheduledValue |
메소드 | 설명 | |
---|---|---|
BasicExecutor ( ) : System | ||
Clone ( ) : IExecutor | ||
Execute ( System.Action op ) : void | ||
Execute ( IList |
||
Execute ( IList |
||
Execute ( Task task ) : void | ||
ExecuteAsync ( System.Action op ) : Task | ||
ExecuteAsync ( IList |
||
ExecuteAsync ( IList |
||
GracefulShutdown ( System.TimeSpan gracePeriod ) : Task | ||
InThread ( Thread thread ) : bool | ||
Shutdown ( ) : void | ||
Shutdown ( System.TimeSpan gracePeriod ) : void |
public Execute ( IList |
||
ops | IList |
|
remainingOps | Action |
|
리턴 | void |
public ExecuteAsync ( IList |
||
ops | IList |
|
remainingOps | Action |
|
리턴 | Task |
public GracefulShutdown ( System.TimeSpan gracePeriod ) : Task | ||
gracePeriod | System.TimeSpan | |
리턴 | Task |
public Shutdown ( System.TimeSpan gracePeriod ) : void | ||
gracePeriod | System.TimeSpan | |
리턴 | void |