Пример #1
0
 CreateSupplier(string partition, Func <int, IEnumerable <TSpec> > Provider)
 => WorkCommand.CreateSupplier(partition, Provider);
Пример #2
0
 public WorkCommandAgentObserver <TSpec> CreateObserver()
 => WorkCommand.CreateObserver <TSpec>();
Пример #3
0
 public WorkCommandAgent <TSpec> CreateAgent(WorkCommandAgentConfiguration <TSpec> AgentConfiguration)
 => WorkCommand.CreateAgent(AgentConfiguration);