Property | Type | Description | |
---|---|---|---|
IsAlive | IHttpActionResult | ||
IsIdle | IHttpActionResult | ||
PrepareToStartJob | IHttpActionResult | ||
StartJob | IHttpActionResult | ||
TryCancelJob | IHttpActionResult |
Method | Description | |
---|---|---|
NodeController ( IWorkerWrapper workerWrapper, |
Method | Description | |
---|---|---|
IsAlive ( ) : IHttpActionResult | ||
IsIdle ( ) : IHttpActionResult | ||
PrepareToStartJob ( |
||
StartJob ( System.Guid jobId ) : IHttpActionResult | ||
TryCancelJob ( System.Guid jobId ) : IHttpActionResult |
public NodeController ( IWorkerWrapper workerWrapper, |
||
workerWrapper | IWorkerWrapper | |
nodeConfiguration | ||
return | System |