コード例 #1
0
 public static IObservable <Unit> ConnectJobScheduler(this ApplicationModulesManager manager)
 {
     return(manager.ConfigureNewJob());
 }