Exemplo n.º 1
0
 public WorkCommandAgent <TSpec> CreateAgent(WorkCommandAgentConfiguration <TSpec> AgentConfiguration)
 => WorkCommand.CreateAgent(AgentConfiguration);
Exemplo n.º 2
0
 CreateAgent <TSpec>(WorkCommandAgentConfiguration <TSpec> AgentConfiguration)
     where TSpec : CommandSpec <TSpec>, new()
 => new WorkCommandAgent <TSpec>(AgentConfiguration);
Exemplo n.º 3
0
 public WorkCommandAgent(WorkCommandAgentConfiguration <TSpec> AgentConfiguration)
     : base(AgentConfiguration)
 {
 }