Пример #1
0
 public WorkCommandAgent <TSpec> CreateAgent(WorkCommandAgentConfiguration <TSpec> AgentConfiguration)
 => WorkCommand.CreateAgent(AgentConfiguration);
Пример #2
0
 CreateAgent <TSpec>(WorkCommandAgentConfiguration <TSpec> AgentConfiguration)
     where TSpec : CommandSpec <TSpec>, new()
 => new WorkCommandAgent <TSpec>(AgentConfiguration);
Пример #3
0
 public WorkCommandAgent(WorkCommandAgentConfiguration <TSpec> AgentConfiguration)
     : base(AgentConfiguration)
 {
 }