IWorkerServerManager public interface IWorkerServerManager : IDisposable Documentation Task DisableProcessingLicenseAsync(int serverID) Task EnableProcessingLicenseAsync(int serverID) Task<List<EnableableObjectIdentifier>> GetEligibleWorkerDesignatedWorkAsync(int serverID) Task<WorkerServerResponse> ReadAsync(int serverID) Task<WorkerServerResponse> ReadAsync(int serverID, bool includeMetadata, bool includeActions) Task StartWorkerAsync(int serverID) Task StopWorkerAsync(int serverID) Task<WorkerServerResponse> UpdateAsync(int serverID, WorkerServerRequest request) Task<WorkerServerResponse> UpdateAsync(int serverID, WorkerServerRequest request, DateTime lastModifiedOn)