Property | Type | Description | |
---|---|---|---|
AcceptingJobsDeadline | ScheduledValue |
Method | Description | |
---|---|---|
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 |
|
return | void |
public ExecuteAsync ( System.Action op ) : Task | ||
op | System.Action | |
return | Task |
public ExecuteAsync ( IList |
||
ops | IList |
|
remainingOps | Action |
|
return | Task |
public GracefulShutdown ( System.TimeSpan gracePeriod ) : Task | ||
gracePeriod | System.TimeSpan | |
return | Task |
public Shutdown ( System.TimeSpan gracePeriod ) : void | ||
gracePeriod | System.TimeSpan | |
return | void |