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